diff options
author | Alex Vong <alexvong1995@gmail.com> | 2018-12-31 06:54:04 +0800 |
---|---|---|
committer | Alex Vong <alexvong1995@gmail.com> | 2019-01-04 07:34:08 +0800 |
commit | 47719c9bc07940618ce582e747873217253bb870 (patch) | |
tree | 2fddfcdbc5bd95005d8add67117882f23dd29d49 /gnu | |
parent | 8f36c8e9eabc06e1fff740e149bbd5008e53fe18 (diff) | |
download | guix-47719c9bc07940618ce582e747873217253bb870.tar guix-47719c9bc07940618ce582e747873217253bb870.tar.gz |
gnu: libmicrohttpd: Update to 0.9.62.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.62.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnunet.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index d9e903734d..79584fcf03 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -148,14 +148,14 @@ tool to extract metadata from a file and print the results.") (define-public libmicrohttpd (package (name "libmicrohttpd") - (version "0.9.59") + (version "0.9.62") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-" version ".tar.gz")) (sha256 (base32 - "0g4jgnv43yddr9yxrqg11632rip0lg5c53gmy5wy3c0i1dywv74v")))) + "0jfvi1fb4im3a3m8qishbmzx3zch993c0mhvl2k92l1zf1yhjgmx")))) (build-system gnu-build-system) (inputs `(("curl" ,curl) |