Loading pkgs/development/python-modules/shapely/default.nix +2 −11 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ stdenv, buildPythonPackage, fetchPypi, fetchpatch, pytestCheckHook, pythonOlder, Loading @@ -17,24 +16,16 @@ buildPythonPackage rec { pname = "shapely"; version = "2.0.6"; version = "2.0.7"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-mX9hWbFIQFnsI5ysqlNGf9i1Vk2r4YbNhKwpRGY7C/Y="; hash = "sha256-KP4pl6q5qdwCbcajVdBOhYQVRrKl0jLtlT4zIauVjuU="; }; patches = [ # fixes build error with GCC 14 (fetchpatch { url = "https://github.com/shapely/shapely/commit/05455886750680728dc751dc5888cd02086d908e.patch"; hash = "sha256-YnmiWFfjHHFZCxrmabBINM4phqfLQ+6xEc30EoV5d98="; }) ]; nativeBuildInputs = [ cython geos # for geos-config Loading Loading
pkgs/development/python-modules/shapely/default.nix +2 −11 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ stdenv, buildPythonPackage, fetchPypi, fetchpatch, pytestCheckHook, pythonOlder, Loading @@ -17,24 +16,16 @@ buildPythonPackage rec { pname = "shapely"; version = "2.0.6"; version = "2.0.7"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-mX9hWbFIQFnsI5ysqlNGf9i1Vk2r4YbNhKwpRGY7C/Y="; hash = "sha256-KP4pl6q5qdwCbcajVdBOhYQVRrKl0jLtlT4zIauVjuU="; }; patches = [ # fixes build error with GCC 14 (fetchpatch { url = "https://github.com/shapely/shapely/commit/05455886750680728dc751dc5888cd02086d908e.patch"; hash = "sha256-YnmiWFfjHHFZCxrmabBINM4phqfLQ+6xEc30EoV5d98="; }) ]; nativeBuildInputs = [ cython geos # for geos-config Loading