python3Packages.kernels: 0.7.0 -> 0.9.0

https://github.com/huggingface/kernels/releases/tag/v0.9.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:00:13 +02:00
parent 79c8e4da6d
commit 47b88de1a5
@@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
pname = "kernels";
version = "0.7.0";
version = "0.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "kernels";
tag = "v${version}";
hash = "sha256-IbOadtnuRgN54Sg+mFULkkqi6LVlW+ohBgtemz/Pxxc=";
hash = "sha256-lREccuvahjNV44reYNF8fkJ2o4fMZRB9Ddr9r4HmT2k=";
};
build-system = [