Merge pull request #310919 from fabaff/ical-bump

python311Packages.ical: 8.0.0 -> 8.0.1
This commit is contained in:
Nick Cao
2024-05-12 11:01:24 -04:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "ical";
version = "8.0.0";
version = "8.0.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "ical";
rev = "refs/tags/${version}";
hash = "sha256-nwF6iInQzHdOtmcC1fi6CS2LnYRCxc/DS9bg8IxTlFg=";
hash = "sha256-GA2Kn6OednhQtNzmIq5npN2qXVaMHCzy02Jwx7g3GBA=";
};
build-system = [