mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-numcodecs: Do not use python-typing-extensions-next.
* gnu/packages/python-xyz.scm (python-numcodecs)[propagated-inputs]: Replace python-typing-extensions-next with python-typing-extensions.
This commit is contained in:
parent
f84f676404
commit
e06c150662
1 changed files with 1 additions and 1 deletions
|
@ -23569,7 +23569,7 @@ tool).")
|
|||
(list python-entrypoints
|
||||
python-numpy
|
||||
python-msgpack
|
||||
python-typing-extensions-next))
|
||||
python-typing-extensions))
|
||||
(native-inputs
|
||||
(list python-cython python-pytest python-setuptools-scm))
|
||||
(home-page "https://github.com/zarr-developers/numcodecs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue