python3Packages.pyproj: alphabetical re-ordering of function parameters

(cherry picked from commit 428940aa9a)
This commit is contained in:
Ivan Mincik 2024-06-03 13:23:43 +02:00 committed by github-actions[bot]
parent 027329f5d3
commit 8e2f5bb604

View File

@ -3,17 +3,17 @@
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
python,
proj,
pytestCheckHook,
pythonOlder,
substituteAll,
cython,
pytestCheckHook,
mock,
certifi,
cython,
mock,
numpy,
shapely,
pandas,
proj,
shapely,
xarray,
}:
@ -51,11 +51,11 @@ buildPythonPackage rec {
propagatedBuildInputs = [ certifi ];
nativeCheckInputs = [
pytestCheckHook
mock
numpy
shapely
pandas
pytestCheckHook
shapely
xarray
];