* [PATCH] gnu: libmicrohttpd: Update to 0.9.34.
@ 2014-02-24 23:49 Sree Harsha Totakura
2014-02-25 4:11 ` Mark H Weaver
0 siblings, 1 reply; 2+ messages in thread
From: Sree Harsha Totakura @ 2014-02-24 23:49 UTC (permalink / raw)
To: guix-devel
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.34.
---
gnu/packages/gnunet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 7f7a6fd..3b111fd 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -105,14 +105,14 @@ tool to extract metadata from a file and print the results.")
(define-public libmicrohttpd
(package
(name "libmicrohttpd")
- (version "0.9.32")
+ (version "0.9.34")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
version ".tar.gz"))
(sha256
(base32
- "176qf3xhpq1wa3fd9h8b6996bjf83yna1b30lhb6ccrv67hvhm75"))))
+ "122snbhhn10s8az46f0lrkirhj0k38lq7hmqav3n1prdzpabz8i9"))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)
--
1.8.5.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: libmicrohttpd: Update to 0.9.34.
2014-02-24 23:49 [PATCH] gnu: libmicrohttpd: Update to 0.9.34 Sree Harsha Totakura
@ 2014-02-25 4:11 ` Mark H Weaver
0 siblings, 0 replies; 2+ messages in thread
From: Mark H Weaver @ 2014-02-25 4:11 UTC (permalink / raw)
To: Sree Harsha Totakura; +Cc: guix-devel
Sree Harsha Totakura <sreeharsha@totakura.in> writes:
> * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.34.
Pushed, thanks!
Mark
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-25 4:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-24 23:49 [PATCH] gnu: libmicrohttpd: Update to 0.9.34 Sree Harsha Totakura
2014-02-25 4:11 ` Mark H Weaver
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.