diff options
author | Mark H Weaver <mhw@netris.org> | 2016-02-27 21:05:45 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-27 21:10:56 -0500 |
commit | 9579118922a344a6803deb4bc3136b0387e52854 (patch) | |
tree | 549c35d34c937a84404597614fa304df615273f2 /gnu/packages/messaging.scm | |
parent | f376dc3acb69a7345a7e945a37a78f63ac626edb (diff) | |
download | guix-9579118922a344a6803deb4bc3136b0387e52854.tar guix-9579118922a344a6803deb4bc3136b0387e52854.tar.gz |
gnu: bitlbee: Update to 3.4.1.
* gnu/packages/patches/bitlbee-configure-doc-fix.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/messaging.scm (bitlbee): Update to 3.4.1.
[source]: Remove patch.
Diffstat (limited to 'gnu/packages/messaging.scm')
-rw-r--r-- | gnu/packages/messaging.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 23c7a0bbdd..076c4dcdc6 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -101,14 +101,13 @@ keys, no previous conversation is compromised.") (define-public bitlbee (package (name "bitlbee") - (version "3.4") + (version "3.4.1") (source (origin (method url-fetch) - (uri (string-append "http://get.bitlbee.org/src/bitlbee-" + (uri (string-append "https://get.bitlbee.org/src/bitlbee-" version ".tar.gz")) (sha256 - (base32 "0plx4dryf8i6hz7vghg84z5f6w6rkw1l8ckl4c4wh5zxpd3ddfnf")) - (patches (list (search-patch "bitlbee-configure-doc-fix.patch"))))) + (base32 "1qf0ypa9ba5jvsnpg9slmaran16hcc5fnfzbb1sdch1hjhchn2jh")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) ("check" ,check))) |