efraim pushed a commit to branch master
in repository guix.

commit 06f49a77a8ea17c5b134aa29ad9afbae7ffda55d
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Mar 2 09:59:28 2023 +0200

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

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 3ed18fbdb5..4d662d75fb 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013, 2014, 2015 Andreas Enge <[email protected]>
 ;;; Copyright © 2014 Sree Harsha Totakura <[email protected]>
 ;;; Copyright © 2015, 2017, 2018, 2019, 2020 Ludovic Courtès <[email protected]>
-;;; Copyright © 2015, 2017, 2019, 2020, 2021 Efraim Flashner 
<[email protected]>
+;;; Copyright © 2015, 2017, 2019-2021, 2023 Efraim Flashner 
<[email protected]>
 ;;; Copyright © 2016 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2016 Mark H Weaver <[email protected]>
 ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Nikita <[email protected]>
@@ -165,14 +165,14 @@ tool to extract metadata from a file and print the 
results.")
 (define-public libmicrohttpd
   (package
    (name "libmicrohttpd")
-   (version "0.9.75")
+   (version "0.9.76")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
                                 version ".tar.gz"))
             (sha256
              (base32
-              "1fz3ljqfvfyfb5inzihy66bys22id9jgsi4nmcd3j6spdxx90y4j"))))
+              "0k7b3h0ka3ckp60dgrwmnigw7i79bk5w3qg84kvw19j2b9xm9cgh"))))
    (build-system gnu-build-system)
    (arguments
     (list #:configure-flags

Reply via email to