1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-10 03:18:56 +02:00

gnu: libmicrohttpd: Update to 0.9.64.

* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.64.
This commit is contained in:
Ludovic Courtès
2019-06-15 18:23:38 +02:00
parent f3d7970053
commit b3f02caeec
+2 -2
View File
@@ -146,14 +146,14 @@ tool to extract metadata from a file and print the results.")
(define-public libmicrohttpd
(package
(name "libmicrohttpd")
(version "0.9.63")
(version "0.9.64")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
version ".tar.gz"))
(sha256
(base32
"173lj66crwvhzwp1r812sc5h1hda7g6lb9l1y5zf7w3pw4dnzhrp"))))
"03imzkd1hl2mkkpi84vg5xq9x6b58gwsv86ym85km0lhb7nxi4p7"))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)