python3Packages.icalendar: 7.1.2 -> 7.2.0 (#533111)

This commit is contained in:
dotlambda
2026-06-29 22:48:29 +00:00
committed by GitHub
@@ -12,7 +12,7 @@
}:
buildPythonPackage rec {
version = "7.1.2";
version = "7.2.0";
pname = "icalendar";
pyproject = true;
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "collective";
repo = "icalendar";
tag = "v${version}";
hash = "sha256-y6t27/l2jnNr6/VlGuXlE2BcNDPOd0wscyCMpRY4+MM=";
hash = "sha256-0NKNbWigZ3BOfKBM8Q+XrOdoFBOF5Lu4XujJcYCMuMw=";
};
patches = [