python310Packages.ical: 4.2.8 -> 4.2.9

Diff: https://github.com/allenporter/ical/compare/refs/tags/4.2.8...4.2.9

Changelog: https://github.com/allenporter/ical/releases/tag/4.2.9
This commit is contained in:
Fabian Affolter 2023-01-09 11:00:28 +01:00
parent d544b50ed3
commit 422c9ff817

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "ical";
version = "4.2.8";
version = "4.2.9";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-vOjsHGB1VJuBEfLAXUkvTbQSFi4mkpf9qROVZo3ZABY=";
hash = "sha256-p1cvs+xLin2WK2zyqQFd1vWKzt+LU2mpDSieOgA7Qf8=";
};
propagatedBuildInputs = [