python3Packages.icalendar: 6.3.0 -> 6.3.1 (#411061)

This commit is contained in:
Weijia Wang 2025-06-28 13:46:31 +02:00 committed by GitHub
commit b4c72fac35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "6.3.0"; version = "6.3.1";
pname = "icalendar"; pname = "icalendar";
pyproject = true; pyproject = true;
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "collective"; owner = "collective";
repo = "icalendar"; repo = "icalendar";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-sAZVVVkugwd3veMGAqnhKA46KZpGdZdeWFbCUgyG1js="; hash = "sha256-lLcMuwKFdZbjscrp4dW5ybPHwcx9RHf44RH3BWwO6ng=";
}; };
patches = [ patches = [