mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: flint: Update to 3.1.3.
* gnu/packages/algebra.scm (flint): Update to 3.1.3. Change-Id: Icd429e06505138fa4e98d5b5138e678bc4bc5626
This commit is contained in:
parent
ed69ed73c1
commit
695e2302f3
1 changed files with 4 additions and 3 deletions
|
@ -485,13 +485,14 @@ or text interfaces) or as a C++ library.")
|
||||||
(define-public flint
|
(define-public flint
|
||||||
(package
|
(package
|
||||||
(name "flint")
|
(name "flint")
|
||||||
(version "3.1.2")
|
(version "3.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://flintlib.org/flint-" version ".tar.gz"))
|
(uri (string-append "https://flintlib.org/download/flint-"
|
||||||
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0017bjncpx4kdx67qcnm3nahz3gyyi2w3ggkrx586r3llcqs9czx"))))
|
(base32 "1nmd7jb2hqg3sqv0dbqa5glpn24lli3gh9ghxzmkpsh7pgnfan9j"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list ntl))
|
(list ntl))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue