guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: libmicrohttpd: Update to 0.9.75.


From: guix-commits
Subject: 04/05: gnu: libmicrohttpd: Update to 0.9.75.
Date: Wed, 1 Jun 2022 13:19:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a08c21f206d34a42d311e46b495b422188be70eb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:00 2022 +0200

    gnu: libmicrohttpd: Update to 0.9.75.
    
    * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.75.
---
 gnu/packages/gnunet.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 76de8007a3..a0f902e534 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -162,15 +162,14 @@ tool to extract metadata from a file and print the 
results.")
 (define-public libmicrohttpd
   (package
    (name "libmicrohttpd")
-   (version "0.9.73")
+   (version "0.9.75")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
                                 version ".tar.gz"))
             (sha256
              (base32
-              "0bh39irwzkv48fkw43skfgkk8ka3793bx1lm21sgw6zxi0djyyx3"))
-            (patches (search-patches "libmicrohttpd-0.9.73-test-ssl3.patch"))))
+              "1fz3ljqfvfyfb5inzihy66bys22id9jgsi4nmcd3j6spdxx90y4j"))))
    (build-system gnu-build-system)
    (arguments
     (list #:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]