Merge pull request #298770 from r-ryantm/auto-update/python312Packages.icalendar

python312Packages.icalendar: 5.0.10 -> 5.0.12
This commit is contained in:
Weijia Wang 2024-04-05 22:27:06 +02:00 committed by GitHub
commit be73b50890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 4 deletions

View File

@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, setuptools
, backports-zoneinfo
, python-dateutil
, pytz
@ -10,18 +11,22 @@
}:
buildPythonPackage rec {
version = "5.0.10";
version = "5.0.12";
pname = "icalendar";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = "collective";
repo = "icalendar";
rev = "refs/tags/v${version}";
hash = "sha256-sRsUjNClJ58kmCRiwSe7oq20eamj95Vwy/o0xPU8qPw=";
hash = "sha256-313NcknY2zad4lI+/P0szDVjEQ8VatnSiBiaG/Ta1Bw=";
};
propagatedBuildInputs = [
build-system = [
setuptools
];
dependencies = [
python-dateutil
pytz
] ++ lib.optionals (pythonOlder "3.9") [