python3Packages.quack-kernels: 0.5.0 -> 0.5.2

Diff: https://github.com/Dao-AILab/quack/compare/v0.5.0...v0.5.2

Changelog: https://github.com/Dao-AILab/quack/releases/tag/v0.5.2
This commit is contained in:
Gaetan Lepage
2026-06-20 10:03:56 +00:00
parent 9250f2822b
commit fd61765585
@@ -21,7 +21,7 @@
}:
buildPythonPackage (finalAttrs: {
pname = "quack-kernels";
version = "0.5.0";
version = "0.5.2";
pyproject = true;
__structuredAttrs = true;
@@ -29,7 +29,7 @@ buildPythonPackage (finalAttrs: {
owner = "Dao-AILab";
repo = "quack";
tag = "v${finalAttrs.version}";
hash = "sha256-Y56jJUTn/HopOe0yNxxxwMf+abXSdzTa8+YoiHd/rFE=";
hash = "sha256-iIINpP6teFPQFvxwfDYLPhIOFSqw3A6Nita/FjVFiBM=";
};
build-system = [