mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: flint: Update to 2.8.4.
* gnu/packages/algebra.scm (flint): Update to 2.8.4.
This commit is contained in:
parent
1d7e603a77
commit
7f4b31578d
1 changed files with 2 additions and 2 deletions
|
@ -431,13 +431,13 @@ (define-public giac
|
|||
(define-public flint
|
||||
(package
|
||||
(name "flint")
|
||||
(version "2.8.1")
|
||||
(version "2.8.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://flintlib.org/flint-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0zj2zgn3cbb08pxhfq38i62pgjfbb6938l70am7dnixqgixdmzgd"))))
|
||||
(base32 "1gp4wm2s8c27g2hh53d09cys62da1bsxfwbcsj9cd7cfikm95pv1"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("ntl" ,ntl)))
|
||||
|
|
Loading…
Reference in a new issue