~ruther/guix-local

f209cef6ee5a5fa4fd3c44f29657ccc4a8f66e00 — Andy Tai 1 year, 7 months ago d7e4145
gnu: nettle: Update to 3.10.1.

* gnu/packages/nettle.scm (nettle): Update to 3.10.1.

Change-Id: Ia57c1d0ccc2a3dfe43766af1a5e7b23e28b4c664
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/nettle.scm
M gnu/packages/nettle.scm => gnu/packages/nettle.scm +4 -3
@@ 82,15 82,16 @@ themselves.")
(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.9.1")
  (package
    (inherit nettle-2)
    (version "3.10.1")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/nettle/nettle-"
                                  version ".tar.gz"))
              (sha256
               (base32
                "1qvc1iamnvbiss0bx9c98djgn3y60zs59c5wdyyip9qc3fcgzznc"))))
                "0cli5lkr7h9vxrz3j9kylnsdbw2ag6x8bpgivj06xsndq1zxvz5h"))))
    (arguments
     (substitute-keyword-arguments (package-arguments nettle-2)
       ((#:configure-flags flags)