timew-sync-client: 1.0.1-unstable-2024-08-05 -> 1.1

This commit is contained in:
joachimschmidt557 2025-02-13 15:39:11 +01:00
parent 2fcdec68d8
commit a09044eb2c
No known key found for this signature in database
GPG Key ID: E0B575BE2884ACC5

View File

@ -4,15 +4,15 @@
python3Packages,
}:
python3Packages.buildPythonApplication {
python3Packages.buildPythonApplication rec {
pname = "timew-sync-client";
version = "1.0.1-unstable-2024-08-05";
version = "1.1";
src = fetchFromGitHub {
owner = "timewarrior-synchronize";
repo = "timew-sync-client";
rev = "de3442bd29b071f54cd1e10af99f3378a83b4794";
hash = "sha256-AKRAMEUTIPvR+kaEZZYjd4II2KzYZTwRgGzFMGD5aio=";
rev = "v${version}";
hash = "sha256-8Bw+BI7EiW9UcHo6gaDthX4VH4kAlycm4EvAJEEAOWc=";
};
pyproject = true;