python312Packages.icalendar: 6.0.1 -> 6.1.0 (#358628)

This commit is contained in:
Fabian Affolter 2024-11-26 09:25:29 +01:00 committed by GitHub
commit 4b3b0792dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
}:
buildPythonPackage rec {
version = "6.0.1";
version = "6.1.0";
pname = "icalendar";
pyproject = true;
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "collective";
repo = "icalendar";
rev = "refs/tags/v${version}";
hash = "sha256-pcTiXRiHtx7jVzxDkY6WDhzo8sg8fPecqTpRSRIdvfs=";
hash = "sha256-P+cUwNFSBjyTzqdBnIricoM3rUWUXQc8k1912jil79Q=";
};
patches = [