summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2020-01-14 16:56:51 +0000
committerPaul Garlick <pgarlick@tourbillion-technology.com>2020-01-14 17:24:11 +0000
commit09bad3cd42ca51974f3697f04ce841bf2fe6786c (patch)
treeed74b0f29c137c242bd3504a84195f586ccfc9b5
parentf1cc312e15415f10b2de34f6c48888c22cd9f408 (diff)
downloadpatches-09bad3cd42ca51974f3697f04ce841bf2fe6786c.tar
patches-09bad3cd42ca51974f3697f04ce841bf2fe6786c.tar.gz
gnu: python-slepc4py: Update to 3.11.0.
* gnu/packages/maths.scm (python-slepc4py): Update to 3.11.0.
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1ff6c54dd6..a94460d34b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2164,14 +2164,14 @@ arising after the discretization of partial differential equations.")
(define-public python-slepc4py
(package
(name "python-slepc4py")
- (version "3.10.0")
+ (version "3.11.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "slepc4py" version))
(sha256
(base32
- "0x049dyc8frgh79fvvavf4vlbqp4mgm61nsaivzdav4316vvlv1j"))))
+ "1ksp08kxf4wg408b9nn39z3qfhy643j22d4rfbl30vzxk2rxh4lq"))))
(build-system python-build-system)
(arguments
`(#:phases