mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: telegram-purple: Update to 1.4.2.
* gnu/packages/messaging.scm (telegram-purple): Update to 1.4.2.
This commit is contained in:
parent
b66f2211b9
commit
c0fb663e19
1 changed files with 2 additions and 2 deletions
|
@ -1853,7 +1853,7 @@ (define-public hangups
|
||||||
(define-public telegram-purple
|
(define-public telegram-purple
|
||||||
(package
|
(package
|
||||||
(name "telegram-purple")
|
(name "telegram-purple")
|
||||||
(version "1.4.1")
|
(version "1.4.2")
|
||||||
(home-page "https://github.com/majn/telegram-purple")
|
(home-page "https://github.com/majn/telegram-purple")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1863,7 +1863,7 @@ (define-public telegram-purple
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xlmqnlp2dqkgsq052d6dwgvqbwch2w0dnwpjslk5na4ih3lfr7k"))
|
"0imbzhhq9qbj6gvkckrnjhls2vvmmy8db7l6gsd7lng2pbfcn522"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Reference in a new issue