[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: libmicrohttpd: Update to 0.9.44.
From: |
Andreas Enge |
Subject: |
01/01: gnu: libmicrohttpd: Update to 0.9.44. |
Date: |
Fri, 02 Oct 2015 21:30:37 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit b8d953cbbdc66c4c315876fc4e9e8241f698bb04
Author: Andreas Enge <address@hidden>
Date: Fri Oct 2 23:30:20 2015 +0200
gnu: libmicrohttpd: Update to 0.9.44.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.44.
---
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 cadccc7..74cca17 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.43")
+ (version "0.9.44")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
version ".tar.gz"))
(sha256
(base32
- "17q6v5q0jpg57vylby6rx1qkil72bdx8gij1g9m694gxf5sb6js1"))))
+ "07j1p21rvbrrfpxngk8xswzkmjkh94bp1971xfjh1p0ja709qwzj"))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)