guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 6aec9a02eed8f4ba043f6737d46dfa812ce1482d
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Oct 27 14:32:06 2025 +0100
gnu: python-petsc4py: Update to 3.24.0.
* gnu/packages/maths.scm (python-petsc4py): Update to 3.24.0.
Change-Id: I8c530eadc777bfb26e7539594355f11c03c0f062
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8991f3327f..cd1aeb6303 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4610,14 +4610,14 @@ can return results in exact arithmetic.")
(define-public python-petsc4py
(package
(name "python-petsc4py")
- (version "3.21.4")
+ (version "3.24.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "petsc4py" version))
(sha256
(base32
- "1kffxhcwkx6283n2p83ymanz6m8j2xmz5kpa5s8qc4f9iiah59sb"))))
+ "06wi2r43drlfj3hml5392pckn2n99rjfb1p1hz75n3d84z5jrj9x"))))
(build-system python-build-system)
(arguments
(list #:phases