python3Packages.aw-client: 0.5.13 -> 0.5.14

This commit is contained in:
huantian 2024-10-28 12:08:43 -07:00
parent bea1e3dc44
commit 9c95af68e4
No known key found for this signature in database
GPG Key ID: 4A0318E04E555DE5

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aw-client";
version = "0.5.13";
version = "0.5.14";
format = "pyproject";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "ActivityWatch";
repo = "aw-client";
rev = "v${version}";
sha256 = "sha256-A9f1Wj4F6qRvCVj3iRQvsnILewJK1L5tfI2MnAXZ4nY=";
sha256 = "sha256-HTyhQz/RaNdCtJIV6YHEd6Yhu9VRJ8E9XdN7NcoO8ao=";
};
disabled = pythonOlder "3.8";