me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 1 additions and 1 deletions

View File

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