guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: libmicrohttpd: Update to 0.9.46.


From: Ludovic Courtès
Subject: 03/04: gnu: libmicrohttpd: Update to 0.9.46.
Date: Wed, 11 Nov 2015 22:46:06 +0000

civodul pushed a commit to branch master
in repository guix.

commit 8fe0b262a97427003ec20e653b08efc259ec7be8
Author: Ludovic Courtès <address@hidden>
Date:   Wed Nov 11 23:39:15 2015 +0100

    gnu: libmicrohttpd: Update to 0.9.46.
    
    * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.46.
---
 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 aac1567..40ad0a2 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -113,14 +113,14 @@ tool to extract metadata from a file and print the 
results.")
 (define-public libmicrohttpd
   (package
    (name "libmicrohttpd")
-   (version "0.9.45")
+   (version "0.9.46")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
                                 version ".tar.gz"))
             (sha256
              (base32
-              "0saawnamxjp7nr5gpg7l5fp9y5941m3a7x214ki7ncm9ipsdwx8h"))))
+              "0yc97flxi6pjkfj9k0d3cpnw59j92ky67q3g37la23rr9xjx5nq6"))))
    (build-system gnu-build-system)
    (inputs
     `(("curl" ,curl)



reply via email to

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