python3Packages.ical: 9.2.4 -> 9.2.5 (#412142)

This commit is contained in:
dotlambda 2025-05-29 11:06:14 -07:00 committed by GitHub
commit 0c2cc4321f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "ical";
version = "9.2.4";
version = "9.2.5";
pyproject = true;
disabled = pythonOlder "3.11";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "ical";
tag = version;
hash = "sha256-R9BuCLuVYuUvrmF/arEDsUPPUeSLjpqiEJ/ovvGIsYQ=";
hash = "sha256-db7xwNN7xAoeqPngZNJxQNM2wLVcr7VpuG2IWswLCEE=";
};
build-system = [ setuptools ];