guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libmicrohttpd: Update to 0.9.71,


From: guix-commits
Subject: branch master updated: gnu: libmicrohttpd: Update to 0.9.71,
Date: Thu, 02 Jul 2020 03:01:15 -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 1bab01c  gnu: libmicrohttpd: Update to 0.9.71,
1bab01c is described below

commit 1bab01c2dbf74ef532b93543ce9c2e3b037eb8f5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 2 09:58:25 2020 +0300

    gnu: libmicrohttpd: Update to 0.9.71,
    
    * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.71.
---
 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 f2ab3a1..90df651 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -151,14 +151,14 @@ tool to extract metadata from a file and print the 
results.")
 (define-public libmicrohttpd
   (package
    (name "libmicrohttpd")
-   (version "0.9.70")
+   (version "0.9.71")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
                                 version ".tar.gz"))
             (sha256
              (base32
-              "01vkjy89b1ylmh22dy5yza2r414nfwcfixxh3v29nvzrjv9s7l4h"))))
+              "10mii4mifmfs3v7kgciqml7f0fj7ljp0sngrx64pnwmgbzl4bx78"))))
    (build-system gnu-build-system)
    (inputs
     `(("curl" ,curl)



reply via email to

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