gnu: python-petsc4py: Update to 3.16.1.
This is a followup to 07ac13a26a
.
* gnu/packages/maths.scm (python-petsc4py): Update to 3.16.1.
master
parent
3b8825421b
commit
fe55ae488b
|
@ -3049,14 +3049,14 @@ scientific applications modeled by partial differential equations.")
|
||||||
(define-public python-petsc4py
|
(define-public python-petsc4py
|
||||||
(package
|
(package
|
||||||
(name "python-petsc4py")
|
(name "python-petsc4py")
|
||||||
(version "3.11.0")
|
(version "3.16.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "petsc4py" version))
|
(uri (pypi-uri "petsc4py" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rm1qj5wlkhxl39by9n78lh3gbmii31wsnb8j1rr5hvfr5xgbx2q"))
|
"0pxr6qa7p0pmpq0av29lx8lzlrdcfdzj87ynixzr8dn42y13a662"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in New Issue