treewide: development: use top-level fetchPypi
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, python3
|
||||
, fetchPypi
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonPackage rec {
|
||||
@@ -9,7 +10,7 @@ python3.pkgs.buildPythonPackage rec {
|
||||
|
||||
disabled = python3.pythonOlder "3.7";
|
||||
|
||||
src = python3.pkgs.fetchPypi {
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-JRRgjg8pp3Xb0bERFWEhnOg9U8+kuqL+QQH6uE/Vbxs=";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user