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

Merge pull request #269257 from huantianad/aw-client-0513

python3Packages.aw-client: 0.5.12 -> 0.5.13
parents f0b7a603 d3cf1524
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "aw-client";
  version = "0.5.12";
  version = "0.5.13";

  format = "pyproject";

@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "ActivityWatch";
    repo = "aw-client";
    rev = "v${version}";
    sha256 = "sha256-Aketk+itfd9gs3s+FDfzmGNWd7tKJQqNn1XsH2VTBD8=";
    sha256 = "sha256-A9f1Wj4F6qRvCVj3iRQvsnILewJK1L5tfI2MnAXZ4nY=";
  };

  disabled = pythonOlder "3.8";