Unverified Commit fd97534f authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

autosuspend: 7.0.0 -> 7.0.1 (#343789)

parents 69a0c438 bcb2ba85
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "autosuspend";
  version = "7.0.0";
  version = "7.0.1";

  disabled = python3.pythonOlder "3.10";

@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "languitar";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-AJ0ZWRxqhBJEics6XnIVWyf7pJI8MphQU4LRqSYYNSQ=";
    hash = "sha256-Zjo8H5PU6JezrBF0XBHvmePUTNeX74BX4NsHtPozcKs=";
  };

  dependencies = with python3.pkgs; [