summaryrefslogtreecommitdiff
path: root/gnu/packages/gnunet.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-06-25 11:47:24 +0200
committerLudovic Courtès <ludo@gnu.org>2014-06-25 11:47:58 +0200
commitedc28d3c42b20b41a665004af892652aafa32941 (patch)
tree82e0cc42adbb625b4e5371216e825cd1106ecfd5 /gnu/packages/gnunet.scm
parent58970d6a5d03f0103308d7de7a1fbaab334df747 (diff)
downloadguix-patches-edc28d3c42b20b41a665004af892652aafa32941.tar
guix-patches-edc28d3c42b20b41a665004af892652aafa32941.tar.gz
gnu: libmicrohttpd: Upgrade to 0.9.37.
* gnu/packages/gnunet.scm (libmicrohttpd): Upgrade to 0.9.37.
Diffstat (limited to 'gnu/packages/gnunet.scm')
-rw-r--r--gnu/packages/gnunet.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 55942019b5..804c9f4de5 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -105,14 +105,14 @@ tool to extract metadata from a file and print the results.")
(define-public libmicrohttpd
(package
(name "libmicrohttpd")
- (version "0.9.34")
+ (version "0.9.37")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
version ".tar.gz"))
(sha256
(base32
- "122snbhhn10s8az46f0lrkirhj0k38lq7hmqav3n1prdzpabz8i9"))))
+ "1p3wnhr43v6vqdgl86r76298wjfxz2ihj9zh9kpz8l7va30br357"))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)