python3Packages.kernels: 0.11.5 -> 0.11.7

This commit is contained in:
R. Ryantm
2026-01-12 15:44:58 +00:00
parent e01f273dad
commit 11143dd24e
@@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
pname = "kernels";
version = "0.11.5";
version = "0.11.7";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "kernels";
tag = "v${version}";
hash = "sha256-nPb0MvH3bvxNo64JkhhmrfI8YpSTxQif1+Pk35ywKDI=";
hash = "sha256-OUOCC7ViRWqRZIUpK31ItWsNc0F87dBpAg/Lql1LWp4=";
};
build-system = [