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


From: Andreas Enge
Subject: 01/01: gnu: libmicrohttpd: Update to 0.9.38.
Date: Mon, 01 Dec 2014 21:31:05 +0000

andreas pushed a commit to branch master
in repository guix.

commit 98a11f81d175035845675a841fcbc1dad1bb307a
Author: Andreas Enge <address@hidden>
Date:   Mon Dec 1 22:30:39 2014 +0100

    gnu: libmicrohttpd: Update to 0.9.38.
    
    * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.38.
---
 gnu/packages/gnunet.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index d9f8347..249971b 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -103,14 +103,14 @@ tool to extract metadata from a file and print the 
results.")
 (define-public libmicrohttpd
   (package
    (name "libmicrohttpd")
-   (version "0.9.37")
+   (version "0.9.38")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
                                 version ".tar.gz"))
             (sha256
              (base32
-              "1p3wnhr43v6vqdgl86r76298wjfxz2ihj9zh9kpz8l7va30br357"))))
+              "08g7p4l0p2fsjj8ayl68zq1bqgrn0pck19bm8yd7k61whvfv9wld"))))
    (build-system gnu-build-system)
    (inputs
     `(("curl" ,curl)



reply via email to

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