me
/
guix
Archived
1
0
Fork 0

gnu: libmicrohttpd: Update to 0.9.45.

* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.45.
master
Efraim Flashner 2015-11-04 09:46:35 +02:00
parent 7b543d1ba4
commit 29852c8a99
1 changed files with 2 additions and 2 deletions

View File

@ -111,14 +111,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.44") (version "0.9.45")
(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
"07j1p21rvbrrfpxngk8xswzkmjkh94bp1971xfjh1p0ja709qwzj")))) "0saawnamxjp7nr5gpg7l5fp9y5941m3a7x214ki7ncm9ipsdwx8h"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("curl" ,curl) `(("curl" ,curl)