guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit ead5b5e668fad8ac8929b0ead5a780c4c6780ffa
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 31 21:11:52 2025 +0000
gnu: python-flint: Update to 0.8.0.
* gnu/packages/algebra.scm (python-flint): Update to 0.8.0.
Change-Id: I6a70a79aae141ebb873eff0adf33e0fab10d552c
---
gnu/packages/algebra.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 40bdd6d153..611328c88b 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -535,16 +535,16 @@ fast arithmetic.")
(define-public python-flint
(package
(name "python-flint")
- (version "0.7.1")
+ (version "0.8.0")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/fredrik-johansson/python-flint")
- (commit version)))
+ (url "https://github.com/fredrik-johansson/python-flint")
+ (commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "09nsys2cajxsfh2c13nf98a2kwnm0msmab9f9zcjpkndj4ir453a"))))
+ (base32 "1xdclpxpas29v3g14z2fxqf7hv4a6iq7bknl9d9r1510dcpxm67a"))))
(build-system pyproject-build-system)
(arguments
(list