summary refs log tree commit diff
diff options
context:
space:
mode:
authorvicvbcun <guix@ikherbers.com>2022-07-23 22:52:00 +0200
committerAndreas Enge <andreas@enge.fr>2022-08-08 22:26:10 +0200
commit2a428633a72d49efecea8f31012594507cda0775 (patch)
tree56f43c33fb3ec60da35599b9bddd91a169cf2b73
parent9683a6203c4a4cb6f1c992ecbf0beca80de235da (diff)
downloadguix-2a428633a72d49efecea8f31012594507cda0775.tar.gz
gnu: ntl: Update to 11.5.1.
* gnu/packages/algebra.scm (ntl): Update to 11.5.1.

Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--gnu/packages/algebra.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 61d7356d38..afd5c75a88 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -540,14 +540,14 @@ these types and other mathematical functions.")
 (define-public ntl
   (package
    (name "ntl")
-   (version "11.4.4")
+   (version "11.5.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://shoup.net/ntl/ntl-"
                                 version ".tar.gz"))
             (sha256
              (base32
-              "1nr1h27j2gdz6badzz9lk2pknxhdijqdxqhd3haryh0sw616wzwx"))
+              "12ka3hym4skg63mp8vgkin79svbpdk2m6i41yvmcdjq62g1hc391"))
             (modules '((guix build utils)))
             (snippet
              '(begin