python3Packages.kernels: 0.6.2 -> 0.7.0 (#425324)

This commit is contained in:
Nick Cao 2025-07-15 13:46:52 -04:00 committed by GitHub
commit 11a64ff717
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
pname = "kernels";
version = "0.6.2";
version = "0.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "kernels";
tag = "v${version}";
hash = "sha256-Akd1gbWcWfxkrhdN6NQ8qRDPRFAPuqy7a3bj2Z+BxF4=";
hash = "sha256-IbOadtnuRgN54Sg+mFULkkqi6LVlW+ohBgtemz/Pxxc=";
};
build-system = [