Unverified Commit e22d4c8b authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

nix-heuristic-gc: 0.7.0 -> 0.7.1 (#462709)

parents ae5a1b0a 8f4e0f0d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
python3Packages.buildPythonPackage rec {
  pname = "nix-heuristic-gc";
  version = "0.7.0";
  version = "0.7.1";
  format = "setuptools";
  src = fetchFromGitHub {
    owner = "risicle";
    repo = "nix-heuristic-gc";
    tag = "v${version}";
    hash = "sha256-xyenFPMwlDbkWohw+BX84gdLLR3A1/T7E9aH4MwBwXQ=";
    hash = "sha256-x3rGD1QbRyknL0I7qlfq0mlshJQP4icKRFpSjRyS3Ro=";
  };

  # NIX_SYSTEM suggested at