Unverified Commit e7f81ea0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

autosuspend: 7.0.3 -> 7.1.0 (#373881)

parents 21923b59 98533256
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "autosuspend";
  version = "7.0.3";
  version = "7.1.0";
  pyproject = true;

  disabled = python3.pythonOlder "3.10";
@@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "languitar";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-ePQiP7NeRBPVHkd8rvbxno/NBX95e9d97F8TIazCUH4=";
    hash = "sha256-Sug42L4D9lgtc7AWIOcgC+e9WCHfmqB4O1Gez/sR6jE=";
  };

  build-system = with python3.pkgs; [