gnu: libmicrohttpd: Update to 0.9.73.

* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.73.
This commit is contained in:
Efraim Flashner 2021-04-26 11:03:26 +03:00
parent 3c9856c7b2
commit bb62f359bf
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -157,14 +157,14 @@ tool to extract metadata from a file and print the results.")
(define-public libmicrohttpd
(package
(name "libmicrohttpd")
(version "0.9.72")
(version "0.9.73")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
version ".tar.gz"))
(sha256
(base32
"1y1g9hk608jm4sfdbs8gql5wphalyhfdz824zl0i5x6pw3w2bs0a"))))
"0bh39irwzkv48fkw43skfgkk8ka3793bx1lm21sgw6zxi0djyyx3"))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)