diff mbox series

[bug#63510,v2] gnu: nettle: update to 3.9.1

Message ID 96196391674d3f903ad846d2d198af9c83910a98.1685684998.git.atai@atai.org
State New
Headers show
Series [bug#63510,v2] gnu: nettle: update to 3.9.1 | expand

Commit Message

Andy Tai June 2, 2023, 5:50 a.m. UTC
* gnu/packages/nettle.scm (nettle): Update to 3.9.1.
---
 gnu/packages/nettle.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: f9af75b2c34aab564c821b5bacebd8570777a535

Comments

Christopher Baines June 28, 2023, 10:52 a.m. UTC | #1
Andy Tai <atai@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
diff mbox series

Patch

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)