diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-12-08 22:59:44 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-12-08 22:59:44 +0100 |
commit | fe55ae488bcd9d57e83283f4c646ca5e302af756 (patch) | |
tree | 2188d39f72b2c11f74503906106307dffb6950db /gnu/packages/maths.scm | |
parent | 3b8825421b4cfb44fffd4e3bae312d0b2b8aac62 (diff) |
gnu: python-petsc4py: Update to 3.16.1.
This is a followup to 07ac13a26a0d7c8319afb42c55fc2116ec44668f.
* gnu/packages/maths.scm (python-petsc4py): Update to 3.16.1.
Diffstat (limited to 'gnu/packages/maths.scm')
-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 b025ace4bb..3fecaa88c2 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3049,14 +3049,14 @@ scientific applications modeled by partial differential equations.") (define-public python-petsc4py (package (name "python-petsc4py") - (version "3.11.0") + (version "3.16.1") (source (origin (method url-fetch) (uri (pypi-uri "petsc4py" version)) (sha256 (base32 - "1rm1qj5wlkhxl39by9n78lh3gbmii31wsnb8j1rr5hvfr5xgbx2q")) + "0pxr6qa7p0pmpq0av29lx8lzlrdcfdzj87ynixzr8dn42y13a662")) (modules '((guix build utils))) (snippet '(begin |