python312Packages.icalendar: 6.1.0 -> 6.1.1

This commit is contained in:
R. Ryantm
2025-01-26 06:21:28 +00:00
parent bafca6cbe1
commit b957e46440
@@ -12,7 +12,7 @@
}:
buildPythonPackage rec {
version = "6.1.0";
version = "6.1.1";
pname = "icalendar";
pyproject = true;
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "collective";
repo = "icalendar";
tag = "v${version}";
hash = "sha256-P+cUwNFSBjyTzqdBnIricoM3rUWUXQc8k1912jil79Q=";
hash = "sha256-PP4wBItPv5pPQKkGX4mGPl2RUGxOALOss++imzK4G4E=";
};
patches = [