GNU bug report logs -
#59594
[PATCH] gnu: i2pd: update to 2.44
Previous Next
Reported by: Iska Magg <iskamagg <at> gmail.com>
Date: Sat, 26 Nov 2022 04:11:02 UTC
Severity: normal
Tags: patch
Merged with 59593
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#59594: [PATCH] gnu: i2pd: update to 2.44
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 59593 <at> debbugs.gnu.org.
--
59594: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59594
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Iska Magg <iskamagg <at> gmail.com> writes:
> 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))
This looks good to me, I've added a changelog entry to the commit
message and pushed to master as
037687ccc81d59613a7c023a49793670d7087c71.
Thanks,
Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
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))
This bug report was last modified 2 years and 172 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.