unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59593] [PATCH] gnu: i2pd: update to 2.44
       [not found] <CAE=cykHR9qU4A8j7ut+0MpUGTagJLZ8Ag9Jjrhg1is3ma6WYSQ@mail.gmail.com>
@ 2022-11-25 16:46 ` Iska Magg
  0 siblings, 0 replies; only message in thread
From: Iska Magg @ 2022-11-25 16:46 UTC (permalink / raw)
  To: 59593

this is my first patch, please tell if anything is wrong.

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-module (gnu packages i2p)
 (define-public i2pd
   (package
     (name "i2pd")
-    (version "2.41.0")
+    (version "2.44.0")
     (source
      (origin
        (method git-fetch)
@@ -41,7 +41,7 @@ (define-public i2pd
              (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))




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-26 14:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAE=cykHR9qU4A8j7ut+0MpUGTagJLZ8Ag9Jjrhg1is3ma6WYSQ@mail.gmail.com>
2022-11-25 16:46 ` [bug#59593] [PATCH] gnu: i2pd: update to 2.44 Iska Magg

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).