treewide: development: use top-level fetchPypi

This commit is contained in:
Weijia Wang
2023-05-25 15:52:27 +03:00
parent 88db8ca7dd
commit d7619eff54
26 changed files with 54 additions and 40 deletions
@@ -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=";
};