all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 63510@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#63510] [PATCH] gnu: nettle: Update to 3.9
Date: Sun, 14 May 2023 21:49:39 -0700	[thread overview]
Message-ID: <186e1492ca748c4bbbc25e7d839c43c4b52b7184.1684126141.git.atai@atai.org> (raw)

* 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





             reply	other threads:[~2023-05-15  4:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-15  4:49 Andy Tai [this message]
2023-06-02  5:50 ` [bug#63510] [PATCH v2] gnu: nettle: update to 3.9.1 Andy Tai
2023-06-28 10:52   ` Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=186e1492ca748c4bbbc25e7d839c43c4b52b7184.1684126141.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=63510@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.