[PATCH] gnu: i2pd: update to 2.44

  • Done
  • quality assurance status badge
Details
2 participants
  • Iska Magg
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Iska Magg
Severity
normal
Merged with
I
I
Iska Magg wrote on 25 Nov 2022 17:46
(address . guix-patches@gnu.org)
CAE=cykFX0SmSx1=M-Tw9AoPWGYLix5CmkyQrrBcrqQDZ8vpx8w@mail.gmail.com
this is my first patch, please tell if anything is wrong.

Toggle diff (22 lines)
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))
T
T
Tobias Geerinckx-Rice wrote on 26 Nov 2022 16:19
(name . Iska Magg)(address . iskamagg@gmail.com)
87ilj1agew.fsf@nckx
merge 59593 59594
thanks

Hi!

Iska Magg ???
Toggle quote (2 lines)
> this is my first patch,

Thanks! ♥

Toggle quote (2 lines)
> please tell if anything is wrong.

The diff itself looks good, although I haven't tested it.

Sending a ‘real’ patch like ( suggests will include the commit
message, missing here. That will make it easier for reviewers to
apply.

You seem to have sent this mail twice:


The commands at the top of this mail have merged the two bug
numbers into one.

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCY4IvZw0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15YpYBAJTBpZ0H7JSPCAnjLmuF2gMDQPLPmZjHU8Wo91Qv
v8H4AQC3tLBP2sua6y48LuFSOn+74S3QCD9g3PGll236FwwuBw==
=VEjJ
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 59593@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59593
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch