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 @@ (define-public python-numcodecs
|
|||
(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…
Reference in a new issue