python3Packages.kernels: 0.6.2 -> 0.7.0

This commit is contained in:
R. Ryantm 2025-07-15 08:10:08 +00:00
parent cb8ff21c23
commit 665e869060

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 = [