guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: ntl: Update to 11.5.1.


From: guix-commits
Subject: 02/05: gnu: ntl: Update to 11.5.1.
Date: Mon, 8 Aug 2022 16:27:28 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 2a428633a72d49efecea8f31012594507cda0775
Author: vicvbcun <guix@ikherbers.com>
AuthorDate: Sat Jul 23 22:52:00 2022 +0200

    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>
---
 gnu/packages/algebra.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]