gnu: python-petsc4py: Update to 10.3.1.

* gnu/packages/maths.scm (python-petsc4py): Update to 10.3.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Paul Garlick 2019-02-25 13:26:09 +00:00 committed by Leo Famulari
parent 618631f368
commit 758439cf4b
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -1797,14 +1797,14 @@ scientific applications modeled by partial differential equations.")
(define-public python-petsc4py
(package
(name "python-petsc4py")
(version "3.10.0")
(version "3.10.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "petsc4py" version))
(sha256
(base32
"0ch3g6dsvxl7qi984fcssv7cxfbif4bw04gkvxl2l1b8wrmvrm25"))))
"094hcnran0r2z1wlvmjswsz3ski1m9kqrl5l0ax8jjhnk55x0flh"))))
(build-system python-build-system)
(arguments
`(#:phases