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:
Ricardo Wurmus 2023-01-02 22:04:35 +01:00
parent f84f676404
commit e06c150662
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")