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.50.


From: Leo Famulari
Subject: 01/01: gnu: libmicrohttpd: Update to 0.9.50.
Date: Sat, 11 Jun 2016 23:35:27 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit bb88a9a976f377d8b6217b3fafa0795a9ff6a852
Author: ng0 <address@hidden>
Date:   Sat Jun 11 11:44:17 2016 +0000

    gnu: libmicrohttpd: Update to 0.9.50.
    
    * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.50.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 0819c48..c4e2a37 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2016 Ni* Gillmann <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016 Mark H Weaver <address@hidden>
+;;; Copyright © 2016 ng0 <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -121,14 +122,14 @@ tool to extract metadata from a file and print the 
results.")
 (define-public libmicrohttpd
   (package
    (name "libmicrohttpd")
-   (version "0.9.48")
+   (version "0.9.50")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
                                 version ".tar.gz"))
             (sha256
              (base32
-              "1952z36lf31jy0x19r4y389d9188wgzmdqh2l28wdy1biwapwrl7"))))
+              "1mzbqr6sqisppz88mh73bbh5sw57g8l87qvhcjdx5pmbd183idni"))))
    (build-system gnu-build-system)
    (inputs
     `(("curl" ,curl)



reply via email to

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