unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Iska Magg <iskamagg@gmail.com>
To: 59594@debbugs.gnu.org
Subject: [bug#59594] [PATCH] gnu: i2pd: update to 2.44
Date: Fri, 25 Nov 2022 17:34:06 +0000	[thread overview]
Message-ID: <CAE=cykHg=hmy575HjPqbJ8g832+_+LdcZp8J5K7Ly+A7WKebXA@mail.gmail.com> (raw)

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




             reply	other threads:[~2022-11-26 14:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-25 17:34 Iska Magg [this message]
2022-11-26 14:15 ` [bug#59594] [PATCH] gnu: i2pd: update to 2.44 ( via Guix-patches via
2022-11-26 15:19 ` Tobias Geerinckx-Rice via Guix-patches via
2022-12-06 11:37 ` Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAE=cykHg=hmy575HjPqbJ8g832+_+LdcZp8J5K7Ly+A7WKebXA@mail.gmail.com' \
    --to=iskamagg@gmail.com \
    --cc=59594@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).