python311Packages.ical: 8.0.0 -> 8.0.1

Diff: https://github.com/allenporter/ical/compare/refs/tags/8.0.0...8.0.1

Changelog: https://github.com/allenporter/ical/releases/tag/8.0.1
This commit is contained in:
Fabian Affolter
2024-05-11 22:06:48 +02:00
parent d2d8db8cb7
commit 17ba6fc5e1
@@ -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 = [