guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-slepc4py: Update to 3.11.0.


From: guix-commits
Subject: 02/02: gnu: python-slepc4py: Update to 3.11.0.
Date: Tue, 14 Jan 2020 12:25:25 -0500 (EST)

pgarlick pushed a commit to branch master
in repository guix.

commit 09bad3cd42ca51974f3697f04ce841bf2fe6786c
Author: Paul Garlick <address@hidden>
AuthorDate: Tue Jan 14 16:56:51 2020 +0000

    gnu: python-slepc4py: Update to 3.11.0.
    
    * gnu/packages/maths.scm (python-slepc4py): Update to 3.11.0.
---
 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 1ff6c54..a94460d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2164,14 +2164,14 @@ arising after the discretization of partial 
differential equations.")
 (define-public python-slepc4py
   (package
     (name "python-slepc4py")
-    (version "3.10.0")
+    (version "3.11.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "slepc4py" version))
         (sha256
           (base32
-            "0x049dyc8frgh79fvvavf4vlbqp4mgm61nsaivzdav4316vvlv1j"))))
+            "1ksp08kxf4wg408b9nn39z3qfhy643j22d4rfbl30vzxk2rxh4lq"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]