Solene Rapenne wrote 4 years ago
(address . guix-patches@gnu.org)
---
gnu/packages/i2p.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Toggle diff (25 lines)
diff --git a/gnu/packages/i2p.scm b/gnu/packages/i2p.scm
index 5698e6362c..f7881616b6 100644
--- a/gnu/packages/i2p.scm
+++ b/gnu/packages/i2p.scm
@@ -30,7 +30,7 @@
(define-public i2pd
(package
(name "i2pd")
- (version "2.36.0")
+ (version "2.38.0")
(source
(origin
(method git-fetch)
@@ -39,7 +39,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32
"0gx7y0vrg9lsl7m1r6c8xyyqmaqn900kms4g0941g0gd5zdb0mvz"))))
+ (base32
"1a35grcfw5a9dsj0rnm2i86fjf4px96xbnjj3hkril7hv5jvl37k"))))
(build-system cmake-build-system) (inputs `(("boost" ,boost)
("miniupnpc" ,miniupnpc)
--
2.31.1