guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: libmicrohttpd: Update to 0.9.68.


From: guix-commits
Subject: 06/07: gnu: libmicrohttpd: Update to 0.9.68.
Date: Sun, 27 Oct 2019 17:31:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8f803775a639a50556427f3d2990b1ae1b0928b3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Oct 19 20:29:51 2019 +0200

    gnu: libmicrohttpd: Update to 0.9.68.
    
    * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.68.
---
 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 e07702f..0904022 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.66")
+   (version "0.9.68")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
                                 version ".tar.gz"))
             (sha256
              (base32
-              "06xblz77bnn29y7sl43avxbcrjbw486x3416plpr3x3l2pdx8rjf"))))
+              "0q8bc4hrxn6llml7w2vam6n833x8injs39wgdkhwkawr50m6wwf5"))))
    (build-system gnu-build-system)
    (inputs
     `(("curl" ,curl)



reply via email to

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