apteryx pushed a commit to branch staging
in repository guix.
commit b8de3dee086b68911f8638f8382053709ffc809f
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Apr 1 17:46:18 2023 -0400
gnu: gnunet: Update to 0.19.4.
* gnu/packages/gnunet.scm (gnunet): Update to 0.19.4.
---
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 04a11c01d0..f080d72ccd 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -262,7 +262,7 @@ supports HTTP, HTTPS and GnuTLS.")
(define-public gnunet
(package
(name "gnunet")
- (version "0.19.3")
+ (version "0.19.4")
(source
(origin
(method url-fetch)
@@ -270,7 +270,7 @@ supports HTTP, HTTPS and GnuTLS.")
".tar.gz"))
(sha256
(base32
- "09bspbjl6cll8wcrl1vnb56jwp30pcrg1yyj6xy3i0fl2bzdbdw2"))
+ "16q0mkkr9b33wlm307ignfgvv0kilzr42155m5dpz66m13s3v9h0"))
(modules '((guix build utils)))
(snippet
#~(begin