python3Packages.ical: fix hash

The tag was force pushed: https://github.com/allenporter/ical/issues/553
This commit is contained in:
Robert Schütz
2025-11-14 18:42:22 -08:00
parent 825bfc2364
commit 3ba6e0a8af

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "ical";
tag = version;
hash = "sha256-0qIS6fJsiJoM5FCvwhKoLUqRYQ0TelrtNMKkgtZ8UIU=";
hash = "sha256-n7aZM/HDBMl+SistDHCdWiPTJM/o2zF1nwVgvm0rMk4=";
};
build-system = [ setuptools ];