nix-heuristic-gc: 0.7.1 -> 0.7.2 (#479004)

This commit is contained in:
Robert Scott
2026-01-11 13:45:36 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
}:
python3Packages.buildPythonPackage rec {
pname = "nix-heuristic-gc";
version = "0.7.1";
version = "0.7.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "risicle";
repo = "nix-heuristic-gc";
tag = "v${version}";
hash = "sha256-x3rGD1QbRyknL0I7qlfq0mlshJQP4icKRFpSjRyS3Ro=";
hash = "sha256-6qZG3bbiPu3lad1YHy7oyZ4uPu7sagxlE6qcC+irjII=";
};
# NIX_SYSTEM suggested at