GNU bug report logs - #63510
[PATCH] gnu: nettle: Update to 3.9

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Mon, 15 May 2023 04:50:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 63510 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63510; Package guix-patches. (Mon, 15 May 2023 04:50:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 15 May 2023 04:50:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: nettle: Update to 3.9
Date: Sun, 14 May 2023 21:49:39 -0700
* gnu/packages/nettle.scm (nettle): Update to 3.9
---
 gnu/packages/nettle.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/nettle.scm b/gnu/packages/nettle.scm
index 96ffb8821a..54ab80a469 100644
--- a/gnu/packages/nettle.scm
+++ b/gnu/packages/nettle.scm
@@ -83,14 +83,14 @@ (define-public nettle
   ;; This version is not API-compatible with version 2.  In particular, lsh
   ;; cannot use it yet.  So keep it separate.
   (package (inherit nettle-2)
-    (version "3.8.1")
+    (version "3.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/nettle/nettle-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1znb87fi4gd2jkwbca74fl64pr9lr0cm5i6p7zlcszfdfwmkwkrn"))))
+                "1apydf4wsrfrpkmkbp8497j3ps1vkdybpb70gyxi05i0lzssvrqf"))))
     (arguments
      (substitute-keyword-arguments (package-arguments nettle-2)
        ((#:configure-flags flags)

base-commit: da6e6d38f35d6c2bf36ecb194e8f704d5e57af06
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#63510; Package guix-patches. (Fri, 02 Jun 2023 05:52:01 GMT) Full text and rfc822 format available.

Message #8 received at 63510 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 63510 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2] gnu: nettle: update to 3.9.1
Date: Thu,  1 Jun 2023 22:50:51 -0700
* gnu/packages/nettle.scm (nettle): Update to 3.9.1.
---
 gnu/packages/nettle.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/nettle.scm b/gnu/packages/nettle.scm
index 96ffb8821a..15533ca629 100644
--- a/gnu/packages/nettle.scm
+++ b/gnu/packages/nettle.scm
@@ -83,14 +83,14 @@ (define-public nettle
   ;; This version is not API-compatible with version 2.  In particular, lsh
   ;; cannot use it yet.  So keep it separate.
   (package (inherit nettle-2)
-    (version "3.8.1")
+    (version "3.9.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/nettle/nettle-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1znb87fi4gd2jkwbca74fl64pr9lr0cm5i6p7zlcszfdfwmkwkrn"))))
+                "1qvc1iamnvbiss0bx9c98djgn3y60zs59c5wdyyip9qc3fcgzznc"))))
     (arguments
      (substitute-keyword-arguments (package-arguments nettle-2)
        ((#:configure-flags flags)

base-commit: f9af75b2c34aab564c821b5bacebd8570777a535
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#63510; Package guix-patches. (Wed, 28 Jun 2023 10:55:02 GMT) Full text and rfc822 format available.

Message #11 received at 63510 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Andy Tai <atai <at> atai.org>
Cc: guix-patches <at> gnu.org, 63510 <at> debbugs.gnu.org
Subject: Re: [bug#63510] [PATCH v2] gnu: nettle: update to 3.9.1
Date: Wed, 28 Jun 2023 11:52:37 +0100
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/nettle.scm (nettle): Update to 3.9.1.
> ---
>  gnu/packages/nettle.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch Andy, although this isn't something that can be
simply pushed to master.

→ guix refresh -l nettle
Building the following 7700 packages would ensure 15969 dependent packages are rebuilt: ...


An appropriate branch will need to be picked and this change made there
first, before that branch can then be merged to master.

Chris
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#63510; Package guix-patches. (Wed, 28 Jun 2023 10:56:02 GMT) Full text and rfc822 format available.

This bug report was last modified 295 days ago.

Previous Next


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