[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: ntl: Update to 11.4.4.
From: |
guix-commits |
Subject: |
08/08: gnu: ntl: Update to 11.4.4. |
Date: |
Sat, 27 Mar 2021 16:30:15 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 50a325166780d860d82efb218822792b5dc2d7e0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Mar 27 20:47:55 2021 +0100
gnu: ntl: Update to 11.4.4.
* gnu/packages/algebra.scm (ntl): Update to 11.4.4.
---
gnu/packages/algebra.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 64f7eda..d92e963 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2014, 2018 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017, 2020 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017, 2019 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
@@ -563,14 +563,14 @@ these types and other mathematical functions.")
(define-public ntl
(package
(name "ntl")
- (version "11.4.3")
+ (version "11.4.4")
(source (origin
(method url-fetch)
(uri (string-append "https://shoup.net/ntl/ntl-"
version ".tar.gz"))
(sha256
(base32
- "1lisp3064rch3jaa2wrhy1s9kll7i3ka3d0y6lj6l3l4ckfcrhdp"))
+ "1nr1h27j2gdz6badzz9lk2pknxhdijqdxqhd3haryh0sw616wzwx"))
(modules '((guix build utils)))
(snippet
'(begin
- branch master updated (c7d0441 -> 50a3251), guix-commits, 2021/03/27
- 03/08: gnu: ccls: Update to 0.20201219., guix-commits, 2021/03/27
- 01/08: gnu: cryptsetup: Update to 2.3.5., guix-commits, 2021/03/27
- 04/08: gnu: facter: Update to 4.0.52., guix-commits, 2021/03/27
- 06/08: gnu: gptfdisk: Update to 1.0.7., guix-commits, 2021/03/27
- 05/08: gnu: git: Update to 2.31.1., guix-commits, 2021/03/27
- 08/08: gnu: ntl: Update to 11.4.4.,
guix-commits <=
- 02/08: gnu: nnn: Update to 3.6., guix-commits, 2021/03/27
- 07/08: gnu: diffoscope: Update to 171., guix-commits, 2021/03/27