guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: flint: Update to 2.6.2.


From: guix-commits
Subject: branch master updated: gnu: flint: Update to 2.6.2.
Date: Sat, 08 Aug 2020 08:42:01 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a8139e9  gnu: flint: Update to 2.6.2.
a8139e9 is described below

commit a8139e97853a385b5206e8559c0077f7e1f9a1d4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Aug 8 13:47:12 2020 +0200

    gnu: flint: Update to 2.6.2.
    
    * gnu/packages/algebra.scm (flint): Update to 2.6.2.
---
 gnu/packages/algebra.scm | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 0533245..35f6941 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -440,14 +440,13 @@ or text interfaces) or as a C++ library.")
 (define-public flint
   (package
    (name "flint")
-   (version "2.6.1")
-   (source (origin
-            (method url-fetch)
-            (uri (string-append
-                  "http://flintlib.org/flint-";
-                  version ".tar.gz"))
-            (sha256 (base32
-                     "16dzmymaavlnc966g58yn154vb532j50byihkdy1s32f4vrw578d"))))
+   (version "2.6.2")
+   (source
+    (origin
+      (method url-fetch)
+      (uri (string-append "http://flintlib.org/flint-"; version ".tar.gz"))
+      (sha256
+       (base32 "1np1p8dx4g3jnlfr1sxmi1jdk2pb57crskm0ch2w2l1v7h8lb6sz"))))
    (build-system gnu-build-system)
    (inputs
     `(("ntl" ,ntl)))



reply via email to

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