mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: flint: Update to 2.6.2.
* gnu/packages/algebra.scm (flint): Update to 2.6.2.
This commit is contained in:
parent
413c7522b6
commit
a8139e9785
1 changed files with 7 additions and 8 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue