python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
This commit is contained in:
@@ -10,7 +10,7 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
pname = "dash_table";
|
||||
inherit version;
|
||||
sha256 = "sha256-GGJNaT1MjvLd7Jmm8WdZNDen6gvxU6og8xjBcMW8cwg=";
|
||||
hash = "sha256-GGJNaT1MjvLd7Jmm8WdZNDen6gvxU6og8xjBcMW8cwg=";
|
||||
};
|
||||
|
||||
# No tests in archive
|
||||
|
||||
Reference in New Issue
Block a user