python3Packages.shapely: alphabetical ordering of parameters

This commit is contained in:
Ivan Mincik
2024-03-04 13:46:57 +01:00
parent d3bc809206
commit fdc2bb0e98
@@ -1,15 +1,16 @@
{ lib
, stdenv
, buildPythonPackage
, pythonOlder
, fetchPypi
, pytestCheckHook
, pythonOlder
, cython
, geos
, numpy
, oldest-supported-numpy
, setuptools
, wheel
, numpy
, pytestCheckHook
}:
buildPythonPackage rec {