calendar-cli: 0.13.0 -> 0.14.1
This commit is contained in:
parent
d008be1ff1
commit
37103c0358
1 changed files with 3 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "calendar-cli";
|
||||
version = "0.13.0";
|
||||
version = "0.14.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tobixen";
|
||||
repo = "calendar-cli";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-wGigrBl5PJL+fVfnFnHDJ5zyB+Rq3Fm+q9vMvLuBBys=";
|
||||
hash = "sha256-VVE4+qoUam2szbMsdWetq6hyhXoE1V3Pw5j/bYbfGVQ=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
@ -19,6 +19,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
caldav
|
||||
pytz
|
||||
tzlocal
|
||||
click
|
||||
six
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue