python3Packages.ical: fix hash
The tag was force pushed: https://github.com/allenporter/ical/issues/553
This commit is contained in:
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
owner = "allenporter";
|
||||
repo = "ical";
|
||||
tag = version;
|
||||
hash = "sha256-0qIS6fJsiJoM5FCvwhKoLUqRYQ0TelrtNMKkgtZ8UIU=";
|
||||
hash = "sha256-n7aZM/HDBMl+SistDHCdWiPTJM/o2zF1nwVgvm0rMk4=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user