Commit 98533256 authored by R. RyanTM's avatar R. RyanTM
Browse files

autosuspend: 7.0.3 -> 7.1.0

parent d6f326af
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; [