[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: libmicrohttpd: Update to 0.9.77.
From: |
guix-commits |
Subject: |
branch master updated: gnu: libmicrohttpd: Update to 0.9.77. |
Date: |
Mon, 29 May 2023 04:56:00 -0400 |
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 7b400e7f87 gnu: libmicrohttpd: Update to 0.9.77.
7b400e7f87 is described below
commit 7b400e7f8751e6b0cc6e66d3f7ecfb7f5bd51309
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 29 11:03:34 2023 +0300
gnu: libmicrohttpd: Update to 0.9.77.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.77.
---
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 f080d72ccd..ff7499263e 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -167,14 +167,14 @@ tool to extract metadata from a file and print the
results.")
(define-public libmicrohttpd
(package
(name "libmicrohttpd")
- (version "0.9.76")
+ (version "0.9.77")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
version ".tar.gz"))
(sha256
(base32
- "0k7b3h0ka3ckp60dgrwmnigw7i79bk5w3qg84kvw19j2b9xm9cgh"))))
+ "185hfvdxs3njcja5rz5c9v73x4x97k0s8vkah396000ja6hj6w4y"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: libmicrohttpd: Update to 0.9.77.,
guix-commits <=