me
/
guix
Archived
1
0
Fork 0

gnu: python-scipy: Update to 1.0.1.

* gnu/packages/python.scm (python-scipy): Update to 1.0.1.
master
Marius Bakke 2018-05-02 17:38:07 +02:00
parent 4a3ac362bb
commit 982e886584
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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