Skip to content
Snippets Groups Projects
Commit 7dac2f2e authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: libmicrohttpd: Update to 0.9.30.

* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.30.
parent 2aa76ee1
No related branches found
No related tags found
No related merge requests found
......@@ -101,14 +101,14 @@ (define-public libextractor
(define-public libmicrohttpd
(package
(name "libmicrohttpd")
(version "0.9.29")
(version "0.9.30")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
version ".tar.gz"))
(sha256
(base32
"169qpbmqprm296kicym63njxqf3qnjkk16qar73b813l7mj4jn8s"))))
"0v30w90qx8wpg5ksy97f5r4acpwd4q7q2v508mcss00vzj18rx40"))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment