Update telegram-purple

  • Done
  • quality assurance status badge
Details
2 participants
  • Jonathan Brielmaier
  • Ludovic Courtès
Owner
unassigned
Submitted by
Jonathan Brielmaier
Severity
normal

Debbugs page

Jonathan Brielmaier wrote 6 years ago
(address . guix-patches@gnu.org)
4c5960ee-0401-ac2c-886e-012f9dad675e@web.de

From 98cf4fbcf48c70cc85673f0ea7ea18372833fb89 Mon Sep 17 00:00:00 2001
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Date: Mon, 15 Jul 2019 19:51:01 +0200
Subject: [PATCH] gnu: telegram-purple: Update to 1.4.1.

* gnu/packages/messaging.scm (telegram-purple): Update to 1.4.1.
---
gnu/packages/messaging.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 503781a9eb..afe62eb680 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1855,7 +1855,7 @@ messaging that aren’t available to clients that connect over XMPP.")
(define-public telegram-purple
(package
(name "telegram-purple")
- (version "1.3.1")
+ (version "1.4.1")
(home-page "https://github.com/majn/telegram-purple")
(source (origin
(method git-fetch)
@@ -1865,7 +1865,7 @@ messaging that aren’t available to clients that connect over XMPP.")
(recursive? #t)))
(sha256
(base32
- "0p93jpjpx7hszwffzgixw04zkrpsiyzz4za3gfr4j07krc4771fp"))
+ "0xlmqnlp2dqkgsq052d6dwgvqbwch2w0dnwpjslk5na4ih3lfr7k"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.22.0
Ludovic Courtès wrote 6 years ago
(name . Jonathan Brielmaier)(address . jonathan.brielmaier@web.de)(address . 36673-done@debbugs.gnu.org)
87o91sby5h.fsf@gnu.org
Howdy,

Jonathan Brielmaier <jonathan.brielmaier@web.de> skribis:

Toggle quote (7 lines)
> From 98cf4fbcf48c70cc85673f0ea7ea18372833fb89 Mon Sep 17 00:00:00 2001
> From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
> Date: Mon, 15 Jul 2019 19:51:01 +0200
> Subject: [PATCH] gnu: telegram-purple: Update to 1.4.1.
>
> * gnu/packages/messaging.scm (telegram-purple): Update to 1.4.1.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 36673@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 36673
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help