gnu: telegram-purple: Update to 1.4.7.
* gnu/packages/messaging.scm (telegram-purple): Update to 1.4.7.
This commit is contained in:
parent
079ec3f3ee
commit
c3ea5756e6
1 changed files with 2 additions and 2 deletions
|
@ -2455,7 +2455,7 @@ messaging that aren’t available to clients that connect over XMPP.")
|
||||||
(define-public telegram-purple
|
(define-public telegram-purple
|
||||||
(package
|
(package
|
||||||
(name "telegram-purple")
|
(name "telegram-purple")
|
||||||
(version "1.4.2")
|
(version "1.4.7")
|
||||||
(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)
|
||||||
|
@ -2465,7 +2465,7 @@ messaging that aren’t available to clients that connect over XMPP.")
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0imbzhhq9qbj6gvkckrnjhls2vvmmy8db7l6gsd7lng2pbfcn522"))
|
"14h8lvj0kjvy1b5i84ha2w9rl3akxjwwvsp5j4dcxwfghrkzqgf2"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in a new issue