me
/
guix
Archived
1
0
Fork 0

gnu: flint: Update to 2.6.2.

* gnu/packages/algebra.scm (flint): Update to 2.6.2.
master
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
1 changed files with 7 additions and 8 deletions

View File

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