python3.pkgs: Migrate fetchers to use hash

when they already rely on SRI hashes.
This commit is contained in:
Martin Weinelt
2023-03-03 01:48:06 +01:00
parent 8afd8d323f
commit 0215034f25
1665 changed files with 1723 additions and 1723 deletions

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "jaraco.logging";
inherit version;
sha256 = "sha256-k6cLizdnd5rWx7Vu6YV5ztd7afFqu8rnSfYsLFnmeTE=";
hash = "sha256-k6cLizdnd5rWx7Vu6YV5ztd7afFqu8rnSfYsLFnmeTE=";
};
pythonNamespaces = [ "jaraco" ];