guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: python-petsc4py: Update to 3.10.0.


From: guix-commits
Subject: 03/04: gnu: python-petsc4py: Update to 3.10.0.
Date: Fri, 23 Nov 2018 14:28:45 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit cd3681a237ec6abb690eec5a32ad909ef1c99e61
Author: Paul Garlick <address@hidden>
Date:   Thu Nov 22 20:40:09 2018 +0000

    gnu: python-petsc4py: Update to 3.10.0.
    
    * gnu/packages/maths.scm (python-petsc4py): Update to 3.10.0.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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



reply via email to

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