python3Packages.ical: 12.1.2 -> 12.1.3 (#486403)

This commit is contained in:
dotlambda
2026-02-02 23:58:12 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "ical";
version = "12.1.2";
version = "12.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "allenporter";
repo = "ical";
tag = version;
hash = "sha256-A3rFZUjUdDkkMhh3ytsBg89o1BtCYWFB0d/usmiuyec=";
hash = "sha256-L/shJ2FM0x4LDPHlnCfhbujeTYNRw+MOJt6yRqZZCok=";
};
build-system = [ setuptools ];