diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2018-11-22 20:40:09 +0000 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-11-23 20:27:15 +0100 |
commit | cd3681a237ec6abb690eec5a32ad909ef1c99e61 (patch) | |
tree | 88f19dd5f80f60914993e772734afd0b4b28a4f6 /gnu | |
parent | e93da160ca3154846a8197c6c7090ad91e909416 (diff) | |
download | guix-cd3681a237ec6abb690eec5a32ad909ef1c99e61.tar.gz |
gnu: python-petsc4py: Update to 3.10.0.
* gnu/packages/maths.scm (python-petsc4py): Update to 3.10.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 6053d7642e..12d2e63317 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 |