guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: flint: Update to 2.4.5.


From: Andreas Enge
Subject: 01/01: gnu: flint: Update to 2.4.5.
Date: Fri, 20 Mar 2015 16:38:17 +0000

andreas pushed a commit to branch master
in repository guix.

commit b42c8753d24bf0b8b214fed03346854686e0c650
Author: Andreas Enge <address@hidden>
Date:   Fri Mar 20 17:32:08 2015 +0100

    gnu: flint: Update to 2.4.5.
    
    * gnu/packages/algebra.scm (flint): Update to 2.4.5.
---
 gnu/packages/algebra.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index dc25e19..c4a554e 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -158,14 +158,14 @@ GP2C, the GP to C compiler, translates GP scripts to PARI 
programs.")
 (define-public flint
   (package
    (name "flint")
-   (version "2.4.4")
+   (version "2.4.5")
    (source (origin
             (method url-fetch)
             (uri (string-append
                   "http://flintlib.org/flint-";
                   version ".tar.gz"))
             (sha256 (base32
-                     "1isv1sfv8sg3qvf0d99apdfi3jnql95xfzszcawdf1pgjj9rwyf4"))))
+                     "1qq11sxliy499a9g656dgk47ffb951q4gl6ddjbq838gy16kb2g4"))))
    (build-system gnu-build-system)
    (propagated-inputs
     `(("gmp" ,gmp)



reply via email to

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