~ruther/guix-local

6aec9a02eed8f4ba043f6737d46dfa812ce1482d — Andreas Enge 5 months ago a41a0ee
gnu: python-petsc4py: Update to 3.24.0.

* gnu/packages/maths.scm (python-petsc4py): Update to 3.24.0.

Change-Id: I8c530eadc777bfb26e7539594355f11c03c0f062
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +2 -2
@@ 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