summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2018-11-22 20:40:10 +0000
committerMarius Bakke <mbakke@fastmail.com>2018-11-23 20:27:15 +0100
commit57d30004e51dfed92dfa0c53717b8445dffe368c (patch)
tree7a8a02c54ac1c231565bae3c0448ddd44bcd379f /gnu
parentcd3681a237ec6abb690eec5a32ad909ef1c99e61 (diff)
downloadgnu-guix-57d30004e51dfed92dfa0c53717b8445dffe368c.tar
gnu-guix-57d30004e51dfed92dfa0c53717b8445dffe368c.tar.gz
gnu: python-slepc4py: Update to 3.10.0.
* gnu/packages/maths.scm (python-slepc4py): Update to 3.10.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu')
-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 12d2e63317..0cf8916abe 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1978,14 +1978,14 @@ arising after the discretization of partial differential equations.")
(define-public python-slepc4py
(package
(name "python-slepc4py")
- (version "3.9.0")
+ (version "3.10.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "slepc4py" version))
(sha256
(base32
- "02xr0vndgibgkz3rgprqk05n3mk5mpgqw550sr4681vcsgz4zvb7"))))
+ "0x049dyc8frgh79fvvavf4vlbqp4mgm61nsaivzdav4316vvlv1j"))))
(build-system python-build-system)
(arguments
`(#:phases