[PATCH] gnu: python-msgpack-numpy: Update to 0.4.8.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Navid Afkhami
Owner
unassigned
Submitted by
Navid Afkhami
Severity
normal

Debbugs page

Navid Afkhami wrote 2 years ago
(address . guix-patches@gnu.org)
20221202130943.29664-1-navid.afkhami@mdc-berlin.de
* gnu/packages/python-science.scm (python-msgpack-numpy): Update to 0.4.8.
---
gnu/packages/python-science.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 52fe1460bb..ba99b57bcb 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -693,14 +693,14 @@ (define-public python-xarray
(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))
--
2.34.1
Christopher Baines wrote 2 years ago
(name . Navid Afkhami)(address . navid.afkhami@mdc-berlin.de)
87bko7pgsy.fsf@cbaines.net
Navid Afkhami <navid.afkhami@mdc-berlin.de> writes:

Toggle quote (5 lines)
> * gnu/packages/python-science.scm (python-msgpack-numpy): Update to 0.4.8.
> ---
> gnu/packages/python-science.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Looks like this was merged a while back as
9ddc4e5b0338accbc707992050d2a9c21c41e05e.

Marking as done.
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmOYf61fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XdK7RAApreMeElUDRALUlkYnlTeidh8FCuL9xSj
HG/j7VQUdt5CUf5695NNsShHOrs22OkvrtUUGsHSY0wTenNNArK195M5rBrkw+Zs
RrxPdsnlprQXEN+15OtRDm81wuLkYhoBr5x4E31CrkUx1WPWY+VxxOIUJERpeHWS
qOSuRE5ue+JCUacL+cGfTE7RmI9UyLug2z7Jn5lMbfUn3l2QKtmyX5oIzFuWm7QS
7hxD0J4GRekSrhvNusnPVO7ofx2yPnpit1ZDM3pOC1K2C/TxGMOHinRzXDDdubly
scNMbB2O7J2HJrHcxNh/20T2zYhp6HS+KufwIGV3s5/4qO85B16jZlbGNXnxpWsK
FD37wQzlVGNwgCElVlAh9VIQPQXWejczmUng5DuIhiEvJgIXOPw969Bb5gOc6U0k
7z6glFmOrzv1C/ZfyBQgo2bLTDZG/bVe4mkrf2aa+9WuNmOwf59MixqQ/S8zDl1c
DSejPWbgNIct2pssKEJGcMJ6K5vGF+zBXO0coanbRYiEKAsi+SujmHYYxxwyoxUt
08em9TzOnLWcrkaZUigRDaHxPZzEf51PWKUEVDNBprFjdyUGy7d9yLZaAZM5jNiC
gs5ZKSCOoegT3/lSbVdwozMnIN3Ry8sVvVLR1dozCl+mO+WzGd49oaN5G1hG9+dA
wRKohCYu5gw=
=HKav
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59777@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59777
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help