diff options
-rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 72e14fce57..468e2fb528 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -2455,7 +2455,7 @@ messaging that aren’t available to clients that connect over XMPP.") (define-public telegram-purple (package (name "telegram-purple") - (version "1.4.2") + (version "1.4.7") (home-page "https://github.com/majn/telegram-purple") (source (origin (method git-fetch) @@ -2465,7 +2465,7 @@ messaging that aren’t available to clients that connect over XMPP.") (recursive? #t))) (sha256 (base32 - "0imbzhhq9qbj6gvkckrnjhls2vvmmy8db7l6gsd7lng2pbfcn522")) + "14h8lvj0kjvy1b5i84ha2w9rl3akxjwwvsp5j4dcxwfghrkzqgf2")) (modules '((guix build utils))) (snippet '(begin |