guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: libmicrohttpd: Update to 0.9.66.


From: guix-commits
Subject: 06/08: gnu: libmicrohttpd: Update to 0.9.66.
Date: Tue, 27 Aug 2019 06:46:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 24e3dd08ec1526a43ee991447c7000dcf9e572b8
Author: Ludovic Courtès <address@hidden>
Date:   Tue Aug 27 12:29:06 2019 +0200

    gnu: libmicrohttpd: Update to 0.9.66.
    
    * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.66.
---
 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 2d82f47..e07702f 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -147,14 +147,14 @@ tool to extract metadata from a file and print the 
results.")
 (define-public libmicrohttpd
   (package
    (name "libmicrohttpd")
-   (version "0.9.65")
+   (version "0.9.66")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
                                 version ".tar.gz"))
             (sha256
              (base32
-              "1jdk6wigvnkh5bi9if4rik8i9sbvdql61lm8ipgpypyxqmcpjipj"))))
+              "06xblz77bnn29y7sl43avxbcrjbw486x3416plpr3x3l2pdx8rjf"))))
    (build-system gnu-build-system)
    (inputs
     `(("curl" ,curl)



reply via email to

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