gnu: python-scipy: Update to 1.1.0.

* gnu/packages/python.scm (python-scipy): Update to 1.1.0.
This commit is contained in:
Marius Bakke 2018-09-04 14:17:06 +02:00
parent f6f8645cc9
commit 6cd715adef
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3623,14 +3623,14 @@ functions.")
(define-public python-scipy
(package
(name "python-scipy")
(version "1.0.1")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "scipy" version))
(sha256
(base32
"1fj0r7bg0cfk5clvl57ga06y9bfh05iwlv1dqqs1r6pd89wccfc7"))))
"1lfg686w6vv2m2dfs8v9d0bf2i18z7wz5vgzjnkgmpr4hi0550w7"))))
(build-system python-build-system)
(propagated-inputs
`(("python-numpy" ,python-numpy)