me
/
guix
Archived
1
0
Fork 0

gnu: python-msgpack-numpy: Update to 0.4.8.

* gnu/packages/python-science.scm (python-msgpack-numpy): Update to 0.4.8.
master
Navid Afkhami 2022-12-02 14:09:43 +01:00 committed by Ricardo Wurmus
parent 0c2dad9951
commit 9ddc4e5b03
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -693,14 +693,14 @@ and visualization with these data structures.")
(define-public python-msgpack-numpy
(package
(name "python-msgpack-numpy")
(version "0.4.6.post0")
(version "0.4.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "msgpack-numpy" version))
(sha256
(base32
"0syzy645mwcy7lfjwz6pc8f9p2vv1qk4limc8iina3l5nnf0rjyz"))))
"0sbfanbkfs6c77np4vz0ayrwnv99bpn5xgj5fnf2yhhk0lcd6ry6"))))
(build-system python-build-system)
(propagated-inputs
(list python-msgpack python-numpy))