all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#42881] [PATCH] gnu: libmicrohttpd: Update to 0.9.71.
@ 2020-08-16  2:08 Michael Rohleder
  2020-08-16  7:49 ` bug#42881: " Mathieu Othacehe
  2020-08-16  9:26 ` [bug#42881] " Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 2 replies; 5+ messages in thread
From: Michael Rohleder @ 2020-08-16  2:08 UTC (permalink / raw)
  To: 42881; +Cc: Michael Rohleder

* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.71.
---
 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 d572d868ef..f321e624af 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -157,14 +157,14 @@ tool to extract metadata from a file and print the results.")
 (define-public libmicrohttpd
   (package
    (name "libmicrohttpd")
-   (version "0.9.70")
+   (version "0.9.71")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
                                 version ".tar.gz"))
             (sha256
              (base32
-              "01vkjy89b1ylmh22dy5yza2r414nfwcfixxh3v29nvzrjv9s7l4h"))))
+              "10mii4mifmfs3v7kgciqml7f0fj7ljp0sngrx64pnwmgbzl4bx78"))))
    (build-system gnu-build-system)
    (inputs
     `(("curl" ,curl)
-- 
2.28.0





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-16 21:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-16  2:08 [bug#42881] [PATCH] gnu: libmicrohttpd: Update to 0.9.71 Michael Rohleder
2020-08-16  7:49 ` bug#42881: " Mathieu Othacehe
2020-08-16  9:26 ` [bug#42881] " Tobias Geerinckx-Rice via Guix-patches via
2020-08-16 10:19   ` Tobias Geerinckx-Rice via Guix-patches via
2020-08-16 21:42   ` Michael Rohleder

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.