Merge pull request #305878 from dotlambda/python3Packages.ical

python311Packages.ical: 7.0.3 -> 8.0.0
This commit is contained in:
Robert Scott 2024-04-23 21:44:59 +01:00 committed by GitHub
commit 0e7e956135
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ical"; pname = "ical";
version = "7.0.3"; version = "8.0.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.10"; disabled = pythonOlder "3.10";
@ -25,14 +25,14 @@ buildPythonPackage rec {
owner = "allenporter"; owner = "allenporter";
repo = "ical"; repo = "ical";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-RiwWnRSe0HdeGVo592A+Rk+IvA1Lfp6mY+/ZEyqJBDU="; hash = "sha256-nwF6iInQzHdOtmcC1fi6CS2LnYRCxc/DS9bg8IxTlFg=";
}; };
nativeBuildInputs = [ build-system = [
setuptools setuptools
]; ];
propagatedBuildInputs = [ dependencies = [
python-dateutil python-dateutil
tzdata tzdata
pydantic pydantic