guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ce30e397c49571590a64d2059ca9af798d14f0ac
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Oct 27 14:34:57 2025 +0100

    gnu: python-slepc4py: Update to 3.24.0.
    
    * gnu/packages/maths.scm (python-slepc4py): Update to 3.24.0.
    
    Change-Id: I23786bf36ed8dbbdad7f4b18e5985075487c4bcd
---
 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 cd1aeb6303..e127869095 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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

Reply via email to