summaryrefslogtreecommitdiff
path: root/gnu/packages/gnunet.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-08-27 12:29:06 +0200
committerLudovic Courtès <ludo@gnu.org>2019-08-27 12:29:06 +0200
commit24e3dd08ec1526a43ee991447c7000dcf9e572b8 (patch)
tree8c74c7344806d390efcd1f2fc87175848b2a21fe /gnu/packages/gnunet.scm
parent7979a287f8eb84cbbfa44629951572408939a756 (diff)
downloadguix-patches-24e3dd08ec1526a43ee991447c7000dcf9e572b8.tar
guix-patches-24e3dd08ec1526a43ee991447c7000dcf9e572b8.tar.gz
gnu: libmicrohttpd: Update to 0.9.66.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.66.
Diffstat (limited to 'gnu/packages/gnunet.scm')
-rw-r--r--gnu/packages/gnunet.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 2d82f47d99..e07702f994 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -147,14 +147,14 @@ tool to extract metadata from a file and print the results.")
(define-public libmicrohttpd
(package
(name "libmicrohttpd")
- (version "0.9.65")
+ (version "0.9.66")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
version ".tar.gz"))
(sha256
(base32
- "1jdk6wigvnkh5bi9if4rik8i9sbvdql61lm8ipgpypyxqmcpjipj"))))
+ "06xblz77bnn29y7sl43avxbcrjbw486x3416plpr3x3l2pdx8rjf"))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)