[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: libmicrohttpd: Update to 0.9.45.
From: |
Efraim Flashner |
Subject: |
05/05: gnu: libmicrohttpd: Update to 0.9.45. |
Date: |
Wed, 04 Nov 2015 07:48:26 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit 29852c8a99519954fb085e57d6fe02874a1f6cf0
Author: Efraim Flashner <address@hidden>
Date: Wed Nov 4 09:46:35 2015 +0200
gnu: libmicrohttpd: Update to 0.9.45.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.45.
---
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 9b273ac..6d1a1a8 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -111,14 +111,14 @@ tool to extract metadata from a file and print the
results.")
(define-public libmicrohttpd
(package
(name "libmicrohttpd")
- (version "0.9.44")
+ (version "0.9.45")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
version ".tar.gz"))
(sha256
(base32
- "07j1p21rvbrrfpxngk8xswzkmjkh94bp1971xfjh1p0ja709qwzj"))))
+ "0saawnamxjp7nr5gpg7l5fp9y5941m3a7x214ki7ncm9ipsdwx8h"))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)