calendar-cli: 0.13.0 -> 0.14.1

This commit is contained in:
Robert Schütz 2022-11-27 13:16:23 -08:00 committed by Robert Schütz
parent d008be1ff1
commit 37103c0358

View file

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