python3Packages.aw-client: 0.5.12 -> 0.5.13

This commit is contained in:
huantian 2023-11-22 10:38:53 -08:00
parent 2858c280d2
commit d3cf1524be
No known key found for this signature in database
GPG key ID: 4A0318E04E555DE5

View file

@ -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";