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:
parent
f3a5e58813
commit
31e390f618
1 changed files with 2 additions and 2 deletions
|
@ -151,14 +151,14 @@ (define-public libextractor
|
|||
(define-public libmicrohttpd
|
||||
(package
|
||||
(name "libmicrohttpd")
|
||||
(version "0.9.71")
|
||||
(version "0.9.70")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10mii4mifmfs3v7kgciqml7f0fj7ljp0sngrx64pnwmgbzl4bx78"))))
|
||||
"01vkjy89b1ylmh22dy5yza2r414nfwcfixxh3v29nvzrjv9s7l4h"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("curl" ,curl)
|
||||
|
|
Loading…
Reference in a new issue