nix-heuristic-gc: 0.6.2 -> 0.7.0 (#458554)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-04 21:27:39 +00:00
committed by GitHub

View File

@@ -9,13 +9,13 @@
}: }:
python3Packages.buildPythonPackage rec { python3Packages.buildPythonPackage rec {
pname = "nix-heuristic-gc"; pname = "nix-heuristic-gc";
version = "0.6.2"; version = "0.7.0";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "risicle"; owner = "risicle";
repo = "nix-heuristic-gc"; repo = "nix-heuristic-gc";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-FHA1/zlBUr81wSWL0Cd5DVsxUDuUpD3UuLde8UgxOzQ="; hash = "sha256-xyenFPMwlDbkWohw+BX84gdLLR3A1/T7E9aH4MwBwXQ=";
}; };
# NIX_SYSTEM suggested at # NIX_SYSTEM suggested at