From 8dc76681c1734c157e1761ac1853c496b7c8f3de Mon Sep 17 00:00:00 2001 From: Andy Tai Date: Mon, 4 Aug 2025 22:36:51 -0700 Subject: [PATCH] gnu: libmicrohttpd: Update to 1.0.2. * gnu/packages/gnunet.scm (libmicrohttpd): Update to 1.0.2. Change-Id: I0f5e14056229c1cdd0733cd4423fce401f4b92da Signed-off-by: Andreas Enge --- 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 d2ec53ac48f9676c103d38dfd67f173ea9a7d679..013e974dfa4d1cb5b4ec2008033943ee428cc1f4 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -165,14 +165,14 @@ tool to extract metadata from a file and print the results.") (define-public libmicrohttpd (package (name "libmicrohttpd") - (version "1.0.1") + (version "1.0.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-" version ".tar.gz")) (sha256 (base32 - "151bi13xx8dz5c9v33chp6ch5q8wmbxb9z7l37g4vqsdkgy0k7m8")))) + "1ix843yqhcl8d5gh5652pw2scx4p5n836ca80ymms5rl136lycnz")))) (build-system gnu-build-system) (arguments (list #:configure-flags