gnu: nettle: Update to 3.5.1.
authorMarius Bakke <mbakke@fastmail.com>
Sat, 29 Jun 2019 17:11:19 +0000 (19:11 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Sun, 30 Jun 2019 15:06:41 +0000 (17:06 +0200)
* gnu/packages/nettle.scm (nettle): Update to 3.5.1.

gnu/packages/nettle.scm

index 1f91b74..f5e7188 100644 (file)
@@ -75,14 +75,14 @@ themselves.")
   ;; 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.4.1")
+    (version "3.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/nettle/nettle-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1bcji95n1iz9p9vsgdgr26v6s7zhpsxfbjjwpqcihpfd6lawyhgr"))))
+                "06clvkdfxhlbagn4afssylmn5vrak59dlmnvy8b2xc31hycs3k3m"))))
     (arguments
      (substitute-keyword-arguments (package-arguments nettle-2)
        ((#:configure-flags flags)