python3Packages.caldav: 1.4.0 -> 1.5.0 (#410977)

This commit is contained in:
dotlambda
2025-05-27 16:48:48 -07:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "caldav";
version = "1.4.0";
version = "1.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "python-caldav";
repo = "caldav";
tag = "v${version}";
hash = "sha256-rixhEIcl37ZIiYFOnJY0Ww75xZy3o/436JcgLmoOGi0=";
hash = "sha256-SYjfQG4muuBcnVeu9cl00Zb2fGUhw157LLxA5/N5EJ0=";
};
build-system = [