mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
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 = "deep_chainmap";
|
||||
inherit version;
|
||||
sha256 = "sha256-6K7dyB5iQzzw3lXLcU10SVsiHZ+SAXhz9DSCkYnPQAA=";
|
||||
hash = "sha256-6K7dyB5iQzzw3lXLcU10SVsiHZ+SAXhz9DSCkYnPQAA=";
|
||||
};
|
||||
|
||||
# Tests are not published to pypi
|
||||
|
||||
Reference in New Issue
Block a user