GNU bug report logs - #57552
[PATCH] gnu: opendht: Update to 2.4.10.

Previous Next

Package: guix-patches;

Reported by: Olivier Dion <olivier.dion <at> polymtl.ca>

Date: Fri, 2 Sep 2022 21:58:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#57552: closed ([PATCH] gnu: opendht: Update to 2.4.10.)
Date: Sun, 04 Sep 2022 14:22:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 04 Sep 2022 10:21:21 -0400
with message-id <874jxn6x0e.fsf <at> gmail.com>
and subject line Re: [bug#57552] [PATCH] gnu: opendht: Update to 2.4.10.
has caused the debbugs.gnu.org bug report #57552,
regarding [PATCH] gnu: opendht: Update to 2.4.10.
to be marked as done.

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


-- 
57552: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57552
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Olivier Dion <olivier.dion <at> polymtl.ca>
To: guix-patches <at> gnu.org
Cc: Olivier Dion <olivier.dion <at> polymtl.ca>
Subject: [PATCH] gnu: opendht: Update to 2.4.10.
Date: Fri,  2 Sep 2022 17:56:39 -0400
* gnu/packages/networking.scm (opendht): Update to 2.4.10.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 1d2e73aac2..21f8fc8d1d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3621,7 +3621,7 @@ (define-public restinio
 (define-public opendht
   (package
     (name "opendht")
-    (version "2.4.9")
+    (version "2.4.10")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3630,7 +3630,7 @@ (define-public opendht
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "150yxlhn8ykhck7gr1i2bppbqpfyhk0cscn5z7vyn94y5fnqkxsb"))))
+                "1kcc9vmi4swvahq2gikflgba9xfmix80dr9wa3v6xcj1ba2fjd6s"))))
     (outputs '("out" "tools" "debug"))
     (build-system gnu-build-system)
     (arguments
-- 
2.37.2



[Message part 3 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Olivier Dion via Guix-patches via <guix-patches <at> gnu.org>
Cc: Olivier Dion <olivier.dion <at> polymtl.ca>, 57552-done <at> debbugs.gnu.org
Subject: Re: [bug#57552] [PATCH] gnu: opendht: Update to 2.4.10.
Date: Sun, 04 Sep 2022 10:21:21 -0400
Hello,

Olivier Dion via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/networking.scm (opendht): Update to 2.4.10.
> ---
>  gnu/packages/networking.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
> index 1d2e73aac2..21f8fc8d1d 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -3621,7 +3621,7 @@ (define-public restinio
>  (define-public opendht
>    (package
>      (name "opendht")
> -    (version "2.4.9")
> +    (version "2.4.10")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -3630,7 +3630,7 @@ (define-public opendht
>                (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "150yxlhn8ykhck7gr1i2bppbqpfyhk0cscn5z7vyn94y5fnqkxsb"))))
> +                "1kcc9vmi4swvahq2gikflgba9xfmix80dr9wa3v6xcj1ba2fjd6s"))))
>      (outputs '("out" "tools" "debug"))
>      (build-system gnu-build-system)
>      (arguments

Applied, thank you!

Maxim


This bug report was last modified 2 years and 261 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.