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:
Andreas Enge 2025-06-10 17:57:09 +02:00
parent 0df230f5b4
commit 1cede23e57
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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))