mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-flint: Update to 0.7.1.
* gnu/packages/algebra.scm (python-flint): Update to 0.7.1. Change-Id: I610ff0a49c84126137319e577294c9505796686f
This commit is contained in:
parent
0df230f5b4
commit
1cede23e57
1 changed files with 2 additions and 2 deletions
|
@ -527,7 +527,7 @@ fast arithmetic.")
|
||||||
(define-public python-flint
|
(define-public python-flint
|
||||||
(package
|
(package
|
||||||
(name "python-flint")
|
(name "python-flint")
|
||||||
(version "0.5.0")
|
(version "0.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -536,7 +536,7 @@ fast arithmetic.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10370kqik6q6vdqrqv3gbznsyaxbgqb3rbrff4alpw0sqr5s07c7"))))
|
"09nsys2cajxsfh2c13nf98a2kwnm0msmab9f9zcjpkndj4ir453a"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cython-3))
|
(list python-cython-3))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue