python3Packages.pelican: fix src hash

This commit is contained in:
Martin Weinelt 2022-07-27 12:47:38 +02:00
parent 7dca425a79
commit ce0b1b2db7
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "getpelican";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-N8/gxBrRdYPoP8B8nQp/3ma170yhz/KxQaaEhlypGys=";
hash = "sha256-T+XBRBfroG1gh9ZHU7V5wsgnI1xuNTXYAe6g5Xk8Qyg=";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
postFetch = ''