guix-patches
[Top][All Lists]
Advanced

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

[bug#33469] [PATCH 3/4] gnu: python-petsc4py: Update to 3.10.0.


From: Paul Garlick
Subject: [bug#33469] [PATCH 3/4] gnu: python-petsc4py: Update to 3.10.0.
Date: Thu, 22 Nov 2018 20:40:09 +0000

* gnu/packages/maths.scm (python-petsc4py): Update to 3.10.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 6053d76..12d2e63 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1812,14 +1812,14 @@ scientific applications modeled by partial differential 
equations.")
 (define-public python-petsc4py
   (package
     (name "python-petsc4py")
-    (version "3.9.1")
+    (version "3.10.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "petsc4py" version))
         (sha256
           (base32
-            "1f8zd1ac9irsgkyqmzq30d9kl10fy1nh6zk312dhs43g449fkkhc"))))
+            "0ch3g6dsvxl7qi984fcssv7cxfbif4bw04gkvxl2l1b8wrmvrm25"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
1.8.3.1






reply via email to

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