guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: libmicrohttpd: Update to 0.9.65.


From: guix-commits
Subject: 03/03: gnu: libmicrohttpd: Update to 0.9.65.
Date: Mon, 8 Jul 2019 22:48:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3fd3dd33cb5684cc053d0c4c1ce3585ec6fa7656
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jul 9 04:45:28 2019 +0200

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

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index f2f8647..2653645 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016 Mark H Weaver <address@hidden>
 ;;; Copyright © 2016, 2017, 2018, 2019 ng0 <address@hidden>
-;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Alex Vong <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -146,14 +146,14 @@ tool to extract metadata from a file and print the 
results.")
 (define-public libmicrohttpd
   (package
    (name "libmicrohttpd")
-   (version "0.9.64")
+   (version "0.9.65")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
                                 version ".tar.gz"))
             (sha256
              (base32
-              "03imzkd1hl2mkkpi84vg5xq9x6b58gwsv86ym85km0lhb7nxi4p7"))))
+              "1jdk6wigvnkh5bi9if4rik8i9sbvdql61lm8ipgpypyxqmcpjipj"))))
    (build-system gnu-build-system)
    (inputs
     `(("curl" ,curl)



reply via email to

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