gnu: libmicrohttpd: Update to 0.9.46.

* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.46.
This commit is contained in:
Ludovic Courtès 2015-11-11 23:39:15 +01:00
parent 3a96d7c3dd
commit 8fe0b262a9
1 changed files with 2 additions and 2 deletions

View File

@ -113,14 +113,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.45") (version "0.9.46")
(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
"0saawnamxjp7nr5gpg7l5fp9y5941m3a7x214ki7ncm9ipsdwx8h")))) "0yc97flxi6pjkfj9k0d3cpnw59j92ky67q3g37la23rr9xjx5nq6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("curl" ,curl) `(("curl" ,curl)