gnu: flint: Update to 2.8.1.
* gnu/packages/algebra.scm (flint): Update to 2.8.1.
This commit is contained in:
parent
69d948fa84
commit
9a35fd285f
1 changed files with 2 additions and 2 deletions
|
@ -431,13 +431,13 @@ or text interfaces) or as a C++ library.")
|
||||||
(define-public flint
|
(define-public flint
|
||||||
(package
|
(package
|
||||||
(name "flint")
|
(name "flint")
|
||||||
(version "2.6.3")
|
(version "2.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://flintlib.org/flint-" version ".tar.gz"))
|
(uri (string-append "http://flintlib.org/flint-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qrf6hzbbmg7mhkhbb0bab8z2xpdnba5cj4kmmf72lzs0457a6nf"))))
|
(base32 "0zj2zgn3cbb08pxhfq38i62pgjfbb6938l70am7dnixqgixdmzgd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ntl" ,ntl)))
|
`(("ntl" ,ntl)))
|
||||||
|
|
Reference in a new issue