guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: pidgin-otr: Update to 4.0.2.


From: Mark H. Weaver
Subject: 01/01: gnu: pidgin-otr: Update to 4.0.2.
Date: Wed, 09 Mar 2016 20:51:22 +0000

mhw pushed a commit to branch master
in repository guix.

commit f97334220ce80952cffa03e5985502c9c0f63599
Author: Mark H Weaver <address@hidden>
Date:   Wed Mar 9 15:49:33 2016 -0500

    gnu: pidgin-otr: Update to 4.0.2.
    
    * gnu/packages/messaging.scm (pidgin-otr): Update to 4.0.2.
---
 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 64c57b1..dccb6db 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -318,14 +318,14 @@ chat protocols.")
 (define-public pidgin-otr
   (package
     (name "pidgin-otr")
-    (version "4.0.1")
+    (version "4.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://otr.cypherpunks.ca/";
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "02pkkf86fh5jvzsdn9y78impsgzj1n0p81kc2girvk3vq941yy0v"))))
+                "1i5s9rrgbyss9rszq6c6y53hwqyw1k86s40cpsfx5ccl9bprxdgl"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]