unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59594] [PATCH] gnu: i2pd: update to 2.44
@ 2022-11-25 17:34 Iska Magg
  2022-11-26 14:15 ` ( via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Iska Magg @ 2022-11-25 17:34 UTC (permalink / raw)
  To: 59594

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] 4+ messages in thread

* [bug#59594] [PATCH] gnu: i2pd: update to 2.44
  2022-11-25 17:34 [bug#59594] [PATCH] gnu: i2pd: update to 2.44 Iska Magg
@ 2022-11-26 14:15 ` ( via Guix-patches via
  2022-11-26 15:19 ` Tobias Geerinckx-Rice via Guix-patches via
  2022-12-06 11:37 ` Christopher Baines
  2 siblings, 0 replies; 4+ messages in thread
From: ( via Guix-patches via @ 2022-11-26 14:15 UTC (permalink / raw)
  To: Iska Magg, 59594

[-- Attachment #1: Type: text/plain, Size: 304 bytes --]

Heya,

On Fri Nov 25, 2022 at 5:34 PM GMT, Iska Magg wrote:
> this is my first patch, please tell if anything is wrong.

It looks like this patch came from git diff? Please use these instructions
instead :)

  <https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html>

    -- (

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#59594] [PATCH] gnu: i2pd: update to 2.44
  2022-11-25 17:34 [bug#59594] [PATCH] gnu: i2pd: update to 2.44 Iska Magg
  2022-11-26 14:15 ` ( via Guix-patches via
@ 2022-11-26 15:19 ` Tobias Geerinckx-Rice via Guix-patches via
  2022-12-06 11:37 ` Christopher Baines
  2 siblings, 0 replies; 4+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2022-11-26 15:19 UTC (permalink / raw)
  To: Iska Magg; +Cc: GNU Debbugs, 59594

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

merge 59593 59594
thanks

Hi!

Iska Magg 写道:
> this is my first patch,

Thanks!  ♥

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

  https://issues.guix.gnu.org/59593
  https://issues.guix.gnu.org/59594

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

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#59594] [PATCH] gnu: i2pd: update to 2.44
  2022-11-25 17:34 [bug#59594] [PATCH] gnu: i2pd: update to 2.44 Iska Magg
  2022-11-26 14:15 ` ( via Guix-patches via
  2022-11-26 15:19 ` Tobias Geerinckx-Rice via Guix-patches via
@ 2022-12-06 11:37 ` Christopher Baines
  2 siblings, 0 replies; 4+ messages in thread
From: Christopher Baines @ 2022-12-06 11:37 UTC (permalink / raw)
  To: Iska Magg; +Cc: 59594-done, 59594

[-- Attachment #1: Type: text/plain, Size: 978 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-06 11:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-25 17:34 [bug#59594] [PATCH] gnu: i2pd: update to 2.44 Iska Magg
2022-11-26 14:15 ` ( via Guix-patches via
2022-11-26 15:19 ` Tobias Geerinckx-Rice via Guix-patches via
2022-12-06 11:37 ` Christopher Baines

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