Commit 3817270a authored by Ivan Mincik's avatar Ivan Mincik
Browse files

python3Packages.shapely: 2.0.6 -> 2.0.7

parent 7218db97
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  stdenv,
  buildPythonPackage,
  fetchPypi,
  fetchpatch,
  pytestCheckHook,
  pythonOlder,

@@ -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