[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: libmicrohttpd: Update to 0.9.72.
From: |
guix-commits |
Subject: |
branch master updated: gnu: libmicrohttpd: Update to 0.9.72. |
Date: |
Tue, 29 Dec 2020 02:05:32 -0500 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7700f8e gnu: libmicrohttpd: Update to 0.9.72.
7700f8e is described below
commit 7700f8e9767af9133739fade3785b0dc010c6471
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Dec 28 23:28:43 2020 +0200
gnu: libmicrohttpd: Update to 0.9.72.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.72.
---
gnu/packages/gnunet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index f321e62..80e4aba 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.71")
+ (version "0.9.72")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
version ".tar.gz"))
(sha256
(base32
- "10mii4mifmfs3v7kgciqml7f0fj7ljp0sngrx64pnwmgbzl4bx78"))))
+ "1y1g9hk608jm4sfdbs8gql5wphalyhfdz824zl0i5x6pw3w2bs0a"))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: libmicrohttpd: Update to 0.9.72.,
guix-commits <=