all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48606] [PATCH] gnu: i2pd: update to 2.38.0
@ 2021-05-23 10:14 Solene Rapenne via Guix-patches via
       [not found] ` <handler.48606.B.16217817212478.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Solene Rapenne via Guix-patches via @ 2021-05-23 10:14 UTC (permalink / raw)
  To: 48606

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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-25  6:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23 10:14 [bug#48606] [PATCH] gnu: i2pd: update to 2.38.0 Solene Rapenne via Guix-patches via
     [not found] ` <handler.48606.B.16217817212478.ack@debbugs.gnu.org>
2021-05-24  8:36   ` [bug#48606] Acknowledgement ([PATCH] gnu: i2pd: update to 2.38.0) Solene Rapenne via Guix-patches via
2021-05-25  6:08     ` bug#48606: " Efraim Flashner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.