1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: i2pd: Update to 2.59.0.

* gnu/packages/i2p.scm (i2pd): Update to 2.59.0.

Change-Id: I683e40e7c62ea06390f2722b77570559cfbd4f63
This commit is contained in:
Andreas Enge
2026-02-24 22:47:18 +01:00
parent f947cdecc3
commit 2fbfa55b71

View File

@@ -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