guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/15: gnu: i2pd: update to 2.44.


From: guix-commits
Subject: 12/15: gnu: i2pd: update to 2.44.
Date: Tue, 6 Dec 2022 06:16:27 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 037687ccc81d59613a7c023a49793670d7087c71
Author: Iska Magg <iskamagg@gmail.com>
AuthorDate: Fri Nov 25 17:34:06 2022 +0000

    gnu: i2pd: update to 2.44.
    
    * gnu/packages/i2p.scm (i2pd): Update to 2.44.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 2320250148..2e8c1d085d 100644
--- a/gnu/packages/i2p.scm
+++ b/gnu/packages/i2p.scm
@@ -32,7 +32,7 @@
 (define-public i2pd
   (package
     (name "i2pd")
-    (version "2.41.0")
+    (version "2.44.0")
     (source
      (origin
        (method git-fetch)
@@ -41,7 +41,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0kh03lb4m8fvlfvq06d4hgwmk43pk7yp7n7y36kb2vplhrjrn2kx"))))
+        (base32 "0fwaalfxqdahgvx5rfkvdmf6gl10w328a18ddhyn5kvpmp9x7fgl"))))
     (build-system cmake-build-system)
     (inputs
      (list boost miniupnpc openssl zlib))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]