python3Packages.pygeos: use GEOS 3.11

+2 -2
+2 -2
pkgs/development/python-modules/pygeos/default.nix
··· 2 , buildPythonPackage 3 , fetchPypi 4 , python 5 - , geos 6 , pytestCheckHook 7 , cython 8 , numpy ··· 18 }; 19 20 nativeBuildInputs = [ 21 - geos # for geos-config 22 cython 23 ]; 24
··· 2 , buildPythonPackage 3 , fetchPypi 4 , python 5 + , geos311 6 , pytestCheckHook 7 , cython 8 , numpy ··· 18 }; 19 20 nativeBuildInputs = [ 21 + geos311 # for geos-config 22 cython 23 ]; 24