me
/
guix
Archived
1
0
Fork 0

gnu: python-scipy: Update to 1.3.2.

* gnu/packages/python-xyz.scm (python-scipy): Update to 1.3.2.
master
Tobias Geerinckx-Rice 2019-11-11 04:49:38 +01:00
parent 4b1372d657
commit 45256ae028
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 3 deletions

View File

@ -4309,14 +4309,13 @@ operators such as union, intersection, and difference.")
(define-public python-scipy
(package
(name "python-scipy")
(version "1.3.1")
(version "1.3.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "scipy" version))
(sha256
(base32
"1df113c9i6vazsn6y3n9wc22jh737z1g7dmx3mypkdwpdnscyhr6"))))
(base32 "192d8dsybvhv19igkrsafbdafx198nz7pibkjgrqjhlr66s3jfd0"))))
(build-system python-build-system)
(propagated-inputs
`(("python-numpy" ,python-numpy)