python312Packages.ical: 8.1.1 -> 8.2.0

This commit is contained in:
R. Ryantm 2024-09-13 08:01:46 +00:00
parent a0620779ec
commit cf78535f9f

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "ical";
version = "8.1.1";
version = "8.2.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "ical";
rev = "refs/tags/${version}";
hash = "sha256-b0laQRDATmx4401bJKkdHsfT9gpMff8vGaZJ9l8O7w4=";
hash = "sha256-9mnyhDKcZTZAGRxojQN9I9ZAgBmsSSsBPzCMZO6Rl5k=";
};
build-system = [ setuptools ];