guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bitlbee: Update to 3.4.2.


From: Andy Wingo
Subject: 01/02: gnu: bitlbee: Update to 3.4.2.
Date: Wed, 04 May 2016 15:01:30 +0000

wingo pushed a commit to branch master
in repository guix.

commit ac47ad99a4045262e235b7ae0b6f868944aad071
Author: Andy Wingo <address@hidden>
Date:   Wed Apr 20 09:38:46 2016 +0200

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

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index fbe84f5..f094f85 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -94,13 +94,13 @@ keys, no previous conversation is compromised.")
 (define-public bitlbee
   (package
     (name "bitlbee")
-    (version "3.4.1")
+    (version "3.4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://get.bitlbee.org/src/bitlbee-";
                                   version ".tar.gz"))
               (sha256
-               (base32 
"1qf0ypa9ba5jvsnpg9slmaran16hcc5fnfzbb1sdch1hjhchn2jh"))))
+               (base32 
"0mza8lnfwibmklz8hdzg4f7p83hblf4h6fbf7d732kzpvra5bj39"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("check" ,check)))



reply via email to

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