python3Packages.ical: 12.1.0 -> 12.1.1

https://github.com/allenporter/ical/releases/tag/12.1.1
This commit is contained in:
Martin Weinelt
2025-12-13 01:39:53 +01:00
parent 2b534e31be
commit b78be92db7
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "ical";
version = "12.1.0";
version = "12.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "allenporter";
repo = "ical";
tag = version;
hash = "sha256-n7aZM/HDBMl+SistDHCdWiPTJM/o2zF1nwVgvm0rMk4=";
hash = "sha256-7nsNI8AU966+j+fpKQbP8Ps0GbFxYHuZAczY7MwdiTw=";
};
build-system = [ setuptools ];