[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: nettle: Update to 3.5.1.
From: |
guix-commits |
Subject: |
02/08: gnu: nettle: Update to 3.5.1. |
Date: |
Sun, 30 Jun 2019 11:09:51 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 6c6e56fe5339b8c6fd401260e8e0b507fb778f80
Author: Marius Bakke <address@hidden>
Date: Sat Jun 29 19:11:19 2019 +0200
gnu: nettle: Update to 3.5.1.
* gnu/packages/nettle.scm (nettle): Update to 3.5.1.
---
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 1f91b74..f5e7188 100644
--- a/gnu/packages/nettle.scm
+++ b/gnu/packages/nettle.scm
@@ -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)
- branch core-updates updated (c248e9b -> fd3594b), guix-commits, 2019/06/30
- 04/08: gnu: python-more-itertools: Update to 7.1.0., guix-commits, 2019/06/30
- 01/08: gnu: harfbuzz: Update to 2.5.3., guix-commits, 2019/06/30
- 08/08: Revert "gnu: meson: Update to 0.51.0.", guix-commits, 2019/06/30
- 03/08: gnu: poppler: Update to 0.78.0., guix-commits, 2019/06/30
- 05/08: build-system/meson: Do not inherit the 'bootstrap' phase., guix-commits, 2019/06/30
- 02/08: gnu: nettle: Update to 3.5.1.,
guix-commits <=
- 07/08: gnu: libuv: Update to 1.30.0., guix-commits, 2019/06/30
- 06/08: gnu: libssh2: Update to 1.9.0., guix-commits, 2019/06/30