python3Packages.icalendar: 6.1.3 -> 6.3.0

This commit is contained in:
R. Ryantm
2025-05-16 10:07:24 +00:00
parent 44faf3c6e4
commit 08de36925a
@@ -12,7 +12,7 @@
}:
buildPythonPackage rec {
version = "6.1.3";
version = "6.3.0";
pname = "icalendar";
pyproject = true;
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "collective";
repo = "icalendar";
tag = "v${version}";
hash = "sha256-qRIBsRy+gQ6/6yB8AZN/GHt7Tk4VymtJGMXRmfngDxI=";
hash = "sha256-sAZVVVkugwd3veMGAqnhKA46KZpGdZdeWFbCUgyG1js=";
};
patches = [