guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: flint: Update to 2.8.1.


From: guix-commits
Subject: 01/03: gnu: flint: Update to 2.8.1.
Date: Wed, 6 Oct 2021 13:58:32 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 9a35fd285f501a9b65ce3cbb7e1f475bb7d6ecdf
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Oct 6 11:55:35 2021 +0200

    gnu: flint: Update to 2.8.1.
    
    * gnu/packages/algebra.scm (flint): Update to 2.8.1.
---
 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 285d858..4bc114e 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -431,13 +431,13 @@ or text interfaces) or as a C++ library.")
 (define-public flint
   (package
    (name "flint")
-   (version "2.6.3")
+   (version "2.8.1")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "http://flintlib.org/flint-"; version ".tar.gz"))
       (sha256
-       (base32 "1qrf6hzbbmg7mhkhbb0bab8z2xpdnba5cj4kmmf72lzs0457a6nf"))))
+       (base32 "0zj2zgn3cbb08pxhfq38i62pgjfbb6938l70am7dnixqgixdmzgd"))))
    (build-system gnu-build-system)
    (inputs
     `(("ntl" ,ntl)))



reply via email to

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