timew-sync-client: 1.0.1-unstable-2024-08-05 -> 1.1
This commit is contained in:
parent
2fcdec68d8
commit
a09044eb2c
@ -4,15 +4,15 @@
|
|||||||
python3Packages,
|
python3Packages,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "timew-sync-client";
|
pname = "timew-sync-client";
|
||||||
version = "1.0.1-unstable-2024-08-05";
|
version = "1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "timewarrior-synchronize";
|
owner = "timewarrior-synchronize";
|
||||||
repo = "timew-sync-client";
|
repo = "timew-sync-client";
|
||||||
rev = "de3442bd29b071f54cd1e10af99f3378a83b4794";
|
rev = "v${version}";
|
||||||
hash = "sha256-AKRAMEUTIPvR+kaEZZYjd4II2KzYZTwRgGzFMGD5aio=";
|
hash = "sha256-8Bw+BI7EiW9UcHo6gaDthX4VH4kAlycm4EvAJEEAOWc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user