guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: libmicrohttpd: Update to 0.9.64.


From: guix-commits
Subject: 02/09: gnu: libmicrohttpd: Update to 0.9.64.
Date: Sat, 15 Jun 2019 12:38:44 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b3f02caeecbb393fedb0a5e3cb7189b5b0d4be54
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jun 15 18:23:38 2019 +0200

    gnu: libmicrohttpd: Update to 0.9.64.
    
    * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.64.
---
 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 09fad6a..f2f8647 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -146,14 +146,14 @@ tool to extract metadata from a file and print the 
results.")
 (define-public libmicrohttpd
   (package
    (name "libmicrohttpd")
-   (version "0.9.63")
+   (version "0.9.64")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
                                 version ".tar.gz"))
             (sha256
              (base32
-              "173lj66crwvhzwp1r812sc5h1hda7g6lb9l1y5zf7w3pw4dnzhrp"))))
+              "03imzkd1hl2mkkpi84vg5xq9x6b58gwsv86ym85km0lhb7nxi4p7"))))
    (build-system gnu-build-system)
    (inputs
     `(("curl" ,curl)



reply via email to

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