python3Packages.gilknocker: 0.4.2 -> 0.4.2-post3 (#478622)

This commit is contained in:
Nick Cao
2026-01-12 21:34:46 +00:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "gilknocker";
version = "0.4.2";
version = "0.4.2-post3";
pyproject = true;
src = fetchFromGitHub {
owner = "milesgranger";
repo = "gilknocker";
tag = "v${version}";
hash = "sha256-RFLThZRxAXqF/Yzjpmafn2dVavOGJrM9U258FfLej/I=";
hash = "sha256-GSybOILOP0lwxUPB9a8whQvEPS7OdeHcm0pxky7gwkg=";
};
cargoDeps = rustPlatform.fetchCargoVendor {