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 2fbfa55b71 gnu: i2pd: Update to 2.59.0.
2fbfa55b71 is described below

commit 2fbfa55b712590667e9d5d68d9c5d376a29c99c7
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Feb 24 22:47:18 2026 +0100

    gnu: i2pd: Update to 2.59.0.
    
    * gnu/packages/i2p.scm (i2pd): Update to 2.59.0.
    
    Change-Id: I683e40e7c62ea06390f2722b77570559cfbd4f63
---
 gnu/packages/i2p.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/i2p.scm b/gnu/packages/i2p.scm
index 236e4caebf..1e11f71655 100644
--- a/gnu/packages/i2p.scm
+++ b/gnu/packages/i2p.scm
@@ -35,7 +35,7 @@
 (define-public i2pd
   (package
     (name "i2pd")
-    (version "2.50.0")
+    (version "2.59.0")
     (source
      (origin
        (method git-fetch)
@@ -44,7 +44,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vr251mgffawi3rj51dzlnv3fs1ssz6gl17qbsyhfr5fcd7s0hc5"))))
+        (base32 "19siim9gn54560sv1cgvkd2ag4nzbmy3kzyzp0fx6mi0kqzj671w"))))
     (build-system cmake-build-system)
     (native-inputs (list check pkg-config))
     (inputs

Reply via email to