~ruther/guix-local

ce30e397c49571590a64d2059ca9af798d14f0ac — Andreas Enge 5 months ago 6aec9a0
gnu: python-slepc4py: Update to 3.24.0.

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

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

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +2 -2
@@ 4906,14 4906,14 @@ arising after the discretization of partial differential equations.")
(define-public python-slepc4py
  (package
    (name "python-slepc4py")
    (version "3.21.1")
    (version "3.24.0")
    (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "slepc4py" version))
        (sha256
          (base32
            "01vvpl8g73knkwnh6mbxd45vwcs4zsw814147fvgkvj30qkhx3mw"))))
            "1wiqcwgr9mq81dd68glsnwn57gqmgahcvcchqqqq3ns7bykvdjah"))))
    (build-system python-build-system)
    (arguments
     (list #:phases