gnu: python-msgpack-numpy: Update to 0.4.8.
* gnu/packages/python-science.scm (python-msgpack-numpy): Update to 0.4.8.
This commit is contained in:
parent
0c2dad9951
commit
9ddc4e5b03
1 changed files with 2 additions and 2 deletions
|
@ -693,14 +693,14 @@ and visualization with these data structures.")
|
||||||
(define-public python-msgpack-numpy
|
(define-public python-msgpack-numpy
|
||||||
(package
|
(package
|
||||||
(name "python-msgpack-numpy")
|
(name "python-msgpack-numpy")
|
||||||
(version "0.4.6.post0")
|
(version "0.4.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "msgpack-numpy" version))
|
(uri (pypi-uri "msgpack-numpy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0syzy645mwcy7lfjwz6pc8f9p2vv1qk4limc8iina3l5nnf0rjyz"))))
|
"0sbfanbkfs6c77np4vz0ayrwnv99bpn5xgj5fnf2yhhk0lcd6ry6"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-msgpack python-numpy))
|
(list python-msgpack python-numpy))
|
||||||
|
|
Reference in a new issue