guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: libmicrohttpd: Update to 0.9.59.


From: Tobias Geerinckx-Rice
Subject: 04/05: gnu: libmicrohttpd: Update to 0.9.59.
Date: Sun, 4 Feb 2018 13:22:55 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5de4653dedaa639ade6be83bc63b42f472d78977
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 4 16:56:14 2018 +0100

    gnu: libmicrohttpd: Update to 0.9.59.
    
    * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.59.
---
 gnu/packages/gnunet.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 7aa429f..29bfc81 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016 Mark H Weaver <address@hidden>
 ;;; Copyright © 2016, 2017, 2018 ng0 <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -144,14 +145,14 @@ tool to extract metadata from a file and print the 
results.")
 (define-public libmicrohttpd
   (package
    (name "libmicrohttpd")
-   (version "0.9.58")
+   (version "0.9.59")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
                                 version ".tar.gz"))
             (sha256
              (base32
-              "1wq17qvizis7bsyvyw1gnfycvivssncngziddnyrbzv2dhvy24bs"))))
+              "0g4jgnv43yddr9yxrqg11632rip0lg5c53gmy5wy3c0i1dywv74v"))))
    (build-system gnu-build-system)
    (inputs
     `(("curl" ,curl)



reply via email to

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