guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libmicrohttpd: Update to 0.9.69.


From: guix-commits
Subject: 01/01: gnu: libmicrohttpd: Update to 0.9.69.
Date: Wed, 18 Dec 2019 03:41:08 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 7e9d6f0f3f018a85c951ebae0669ace9f80fc053
Author: Efraim Flashner <address@hidden>
Date:   Wed Dec 18 10:34:27 2019 +0200

    gnu: libmicrohttpd: Update to 0.9.69.
    
    * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.69.
---
 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 9d53ca5..8a9597a 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -149,14 +149,14 @@ tool to extract metadata from a file and print the 
results.")
 (define-public libmicrohttpd
   (package
    (name "libmicrohttpd")
-   (version "0.9.68")
+   (version "0.9.69")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
                                 version ".tar.gz"))
             (sha256
              (base32
-              "0q8bc4hrxn6llml7w2vam6n833x8injs39wgdkhwkawr50m6wwf5"))))
+              "0zp34zgcahym5kp2r83gfb5wnr8yf643a26k6zk96x3qica6p6zv"))))
    (build-system gnu-build-system)
    (inputs
     `(("curl" ,curl)



reply via email to

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