unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/2] gnu: bitlbee: Update to 3.4.2.
@ 2016-04-20  8:20 Andy Wingo
  2016-04-20  8:20 ` [PATCH 2/2] gnu: bitlbee: Incorporate upstream pre-release patches Andy Wingo
  2016-04-23  3:22 ` [PATCH 1/2] gnu: bitlbee: Update to 3.4.2 Mark H Weaver
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Wingo @ 2016-04-20  8:20 UTC (permalink / raw)
  To: guix-devel

* 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)))
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-04-23  3:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-20  8:20 [PATCH 1/2] gnu: bitlbee: Update to 3.4.2 Andy Wingo
2016-04-20  8:20 ` [PATCH 2/2] gnu: bitlbee: Incorporate upstream pre-release patches Andy Wingo
2016-04-23  3:23   ` Mark H Weaver
2016-04-23  3:22 ` [PATCH 1/2] gnu: bitlbee: Update to 3.4.2 Mark H Weaver

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).