emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#59593: closed ([PATCH] gnu: i2pd: update to 2.44)


From: GNU bug Tracking System
Subject: bug#59593: closed ([PATCH] gnu: i2pd: update to 2.44)
Date: Tue, 06 Dec 2022 11:39:02 +0000

Your message dated Tue, 06 Dec 2022 11:37:25 +0000
with message-id <87k034lq3p.fsf@cbaines.net>
and subject line Re: [bug#59594] [PATCH] gnu: i2pd: update to 2.44
has caused the debbugs.gnu.org bug report #59594,
regarding [PATCH] gnu: i2pd: update to 2.44
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59594: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59594
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: i2pd: update to 2.44 Date: Fri, 25 Nov 2022 16:46:44 +0000
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))



--- End Message ---
--- Begin Message --- Subject: Re: [bug#59594] [PATCH] gnu: i2pd: update to 2.44 Date: Tue, 06 Dec 2022 11:37:25 +0000 User-agent: mu4e 1.8.11; emacs 28.2
Iska Magg <iskamagg@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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