diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-04-14 09:45:54 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-14 10:03:24 +0200 |
commit | 4836989a69142dda7bc245197008ee7363e5e67a (patch) | |
tree | e9c9d0c1a86590f94cfa0c9c42302250cd545e11 /gnu/packages | |
parent | fb799cb72e9a984929047fdd180c863413bb4991 (diff) | |
download | patches-4836989a69142dda7bc245197008ee7363e5e67a.tar patches-4836989a69142dda7bc245197008ee7363e5e67a.tar.gz |
gnu: libmicrohttpd: Update to 0.9.40.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.40.
Diffstat (limited to 'gnu/packages')
-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 e50de7cc5d..78279b0243 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -112,14 +112,14 @@ tool to extract metadata from a file and print the results.") (define-public libmicrohttpd (package (name "libmicrohttpd") - (version "0.9.39") + (version "0.9.40") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-" version ".tar.gz")) (sha256 (base32 - "0wz3sw62z3wsqivrssh0xb3yn064ix5x5cc6prvdfrn3cmh7p4sg")))) + "19mpqwjb3g4bsh1rzcvmka380kmg7sz5dwfr5cwdh2k9m134sga0")))) (build-system gnu-build-system) (inputs `(("curl" ,curl) |