diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-11-15 15:25:15 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-11-15 15:25:15 +0200 |
commit | b02b9a520ea1050fa51afde0e71cc7da32a5e0bb (patch) | |
tree | ebd0a7f75a422547bfaf166f23eea5a44b01909b /gnu | |
parent | f5a077b10f7e073b9242cfada78a1d8b8e920e3e (diff) | |
download | patches-b02b9a520ea1050fa51afde0e71cc7da32a5e0bb.tar patches-b02b9a520ea1050fa51afde0e71cc7da32a5e0bb.tar.gz |
gnu: libmicrohttpd: Update to 0.9.52.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.52.
[home-page]: Use https.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnunet.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index bcefa42d11..1eb2670743 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -131,14 +131,14 @@ tool to extract metadata from a file and print the results.") (define-public libmicrohttpd (package (name "libmicrohttpd") - (version "0.9.51") + (version "0.9.52") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-" version ".tar.gz")) (sha256 (base32 - "1ir3ga328zkyynznnw71dj64wsaz7pmbhl82lqp1y1hrl85vn01h")))) + "1smgxw6jv81yybg86bzr4c2sn7a31apf8q4zz0kpch9xfrp7yyal")))) (build-system gnu-build-system) (inputs `(("curl" ,curl) @@ -158,7 +158,7 @@ IPv6. It also features security features such as basic and digest authentication and support for SSL3 and TLS.") (license license:lgpl2.1+) - (home-page "http://www.gnu.org/software/libmicrohttpd/"))) + (home-page "https://www.gnu.org/software/libmicrohttpd/"))) (define-public gnurl (package |