gnu: libmicrohttpd: Update to 0.9.34.

* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.34.
This commit is contained in:
Sree Harsha Totakura 2014-02-25 00:49:59 +01:00 committed by Mark H Weaver
parent 8fade76f5d
commit 6a6b8ffc97
1 changed files with 2 additions and 2 deletions

View File

@ -105,14 +105,14 @@ tool to extract metadata from a file and print the results.")
(define-public libmicrohttpd (define-public libmicrohttpd
(package (package
(name "libmicrohttpd") (name "libmicrohttpd")
(version "0.9.32") (version "0.9.34")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-" (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"176qf3xhpq1wa3fd9h8b6996bjf83yna1b30lhb6ccrv67hvhm75")))) "122snbhhn10s8az46f0lrkirhj0k38lq7hmqav3n1prdzpabz8i9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("curl" ,curl) `(("curl" ,curl)