diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-04-26 11:03:26 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-04-26 11:16:48 +0300 |
commit | bb62f359bf68bac39ca7c8a373d18419d462df63 (patch) | |
tree | 49b2c4e4127e2e820934c5cd46867d36900fe312 | |
parent | 3c9856c7b23c2a23c575641c7b6924dcc21c9391 (diff) | |
download | guix-bb62f359bf68bac39ca7c8a373d18419d462df63.tar.gz guix-bb62f359bf68bac39ca7c8a373d18419d462df63.zip |
gnu: libmicrohttpd: Update to 0.9.73.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.73.
-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 5041be3199..d0a9955005 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -157,14 +157,14 @@ tool to extract metadata from a file and print the results.") (define-public libmicrohttpd (package (name "libmicrohttpd") - (version "0.9.72") + (version "0.9.73") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-" version ".tar.gz")) (sha256 (base32 - "1y1g9hk608jm4sfdbs8gql5wphalyhfdz824zl0i5x6pw3w2bs0a")))) + "0bh39irwzkv48fkw43skfgkk8ka3793bx1lm21sgw6zxi0djyyx3")))) (build-system gnu-build-system) (inputs `(("curl" ,curl) |