gnu: flint: Update to 2.6.2.

* gnu/packages/algebra.scm (flint): Update to 2.6.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-08 13:47:12 +02:00
parent 413c7522b6
commit a8139e9785
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -440,14 +440,13 @@ (define-public giac
(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)))