Archived
1
0
Fork 0

Revert "gnu: libmicrohttpd: Update to 0.9.71."

This update breaks most of the packages which rely on libmicrohttpd.

This reverts commit 1bab01c2db.
This commit is contained in:
Efraim Flashner 2020-07-06 09:49:39 +03:00
parent f3a5e58813
commit 31e390f618
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -151,14 +151,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.71") (version "0.9.70")
(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
"10mii4mifmfs3v7kgciqml7f0fj7ljp0sngrx64pnwmgbzl4bx78")))) "01vkjy89b1ylmh22dy5yza2r414nfwcfixxh3v29nvzrjv9s7l4h"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("curl" ,curl) `(("curl" ,curl)