python3Packages.ical: fix hash (#461795)

This commit is contained in:
dotlambda
2025-11-15 03:07:38 +00:00
committed by GitHub
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "ical";
tag = version;
hash = "sha256-0qIS6fJsiJoM5FCvwhKoLUqRYQ0TelrtNMKkgtZ8UIU=";
hash = "sha256-n7aZM/HDBMl+SistDHCdWiPTJM/o2zF1nwVgvm0rMk4=";
};
build-system = [ setuptools ];