[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: nettle: Update to 3.3.
From: |
Efraim Flashner |
Subject: |
04/06: gnu: nettle: Update to 3.3. |
Date: |
Sun, 27 Nov 2016 08:40:03 +0000 (UTC) |
efraim pushed a commit to branch core-updates
in repository guix.
commit 31bd09e5a8136405ef6456ec9de72718a5a0740a
Author: Efraim Flashner <address@hidden>
Date: Sun Nov 27 09:44:48 2016 +0200
gnu: nettle: Update to 3.3.
* gnu/packages/nettle.scm (nettle): Update to 3.3.
[home-page]: Use https.
---
gnu/packages/nettle.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/nettle.scm b/gnu/packages/nettle.scm
index d1203df..e4e0eed 100644
--- a/gnu/packages/nettle.scm
+++ b/gnu/packages/nettle.scm
@@ -47,7 +47,7 @@
(outputs '("out" "debug"))
(native-inputs `(("m4" ,m4)))
(propagated-inputs `(("gmp" ,gmp)))
- (home-page "http://www.lysator.liu.se/~nisse/nettle/")
+ (home-page "https://www.lysator.liu.se/~nisse/nettle/")
(synopsis "C library for low-level cryptographic functionality")
(description
"GNU Nettle is a low-level cryptographic library. It is designed to
@@ -60,14 +60,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.2")
+ (version "3.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/nettle/nettle-"
version ".tar.gz"))
(sha256
(base32
- "15wxhk52yc62rx0pddmry66hqm6z5brrrkx4npd3wh9nybg86hpa"))))
+ "07mif3af077763vc35s1x8vzhzlgqcgxh67c1xr13jnhslkjd526"))))
(arguments
(substitute-keyword-arguments (package-arguments nettle-2)
((#:configure-flags flags)
- branch core-updates updated (e30abbb -> 51c8e29), Efraim Flashner, 2016/11/27
- 05/06: gnu: grep: Update to 2.26., Efraim Flashner, 2016/11/27
- 02/06: gnu: icu4c: Use 'modify-phases' syntax., Efraim Flashner, 2016/11/27
- 06/06: gnu: sed: Use 'modify-phases' syntax., Efraim Flashner, 2016/11/27
- 04/06: gnu: nettle: Update to 3.3.,
Efraim Flashner <=
- 03/06: gnu: bash: Update to patch level 5., Efraim Flashner, 2016/11/27
- 01/06: gnu: icu4c: Update to 58.1., Efraim Flashner, 2016/11/27