diff options
author | Andreas Enge <andreas@enge.fr> | 2013-12-06 00:29:53 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-12-06 00:29:53 +0100 |
commit | 703d18e252b3e1fa19a5cf8471030c157143e73d (patch) | |
tree | a1f00365fbf087ce872e7952e9fe083a22ffb5a7 /gnu/packages/gnunet.scm | |
parent | 5642cecdded3c495ac2dda62c71936e348bd0aa9 (diff) | |
download | patches-703d18e252b3e1fa19a5cf8471030c157143e73d.tar patches-703d18e252b3e1fa19a5cf8471030c157143e73d.tar.gz |
gnu: libmicrohttpd: Upgrade to 0.9.32.
* gnu/packages/gnunet.scm (libmicrohttpd): Upgrade to 0.9.32.
Diffstat (limited to 'gnu/packages/gnunet.scm')
-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 f7ba7bdcdb..850aad0c1a 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -94,14 +94,14 @@ tool to extract metadata from a file and print the results.") (define-public libmicrohttpd (package (name "libmicrohttpd") - (version "0.9.31") + (version "0.9.32") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-" version ".tar.gz")) (sha256 (base32 - "06sxxial1794589k0ahi7nhhyfp14jf4jwirf6bkxqhs138pghfa")))) + "176qf3xhpq1wa3fd9h8b6996bjf83yna1b30lhb6ccrv67hvhm75")))) (build-system gnu-build-system) (inputs `(("curl" ,curl) |