This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 80bca5e584 gnunet: Update to 0.25.2.
80bca5e584 is described below

commit 80bca5e584bda9ca4029d4f505e6192dbe3fa4b0
Author: NoĆ© Lopez <[email protected]>
AuthorDate: Wed Oct 22 12:46:41 2025 +0200

    gnunet: Update to 0.25.2.
    
    * gnu/packages/gnunet.scm (gnunet): Update to 0.25.2.
    
    Change-Id: Ib9b80194f7b1743da68ccb5c9c545849663abab5
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 a45546b62c..b483f620c0 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -193,7 +193,7 @@ authentication and support for SSL3 and TLS.")
 (define-public gnunet
   (package
     (name "gnunet")
-    (version "0.25.1")
+    (version "0.25.2")
     (source
      (origin
        (method url-fetch)
@@ -201,7 +201,7 @@ authentication and support for SSL3 and TLS.")
                            ".tar.gz"))
        (sha256
         (base32
-         "0p4gcv67rh9832vgi5k31pgpq6hmv6198dfmbyfizyaprlb6qcr1"))))
+         "1rn24rm6z5p0vnk5lwq0jihnbh956n24yd5nmmgv2firbp1nzdza"))))
     (build-system meson-build-system)
     (inputs
      (list bluez

Reply via email to