Unverified Commit 7cb966a1 authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

python3Packages.rtree: 1.4.0 -> 1.4.1 (#437749)

parents 99d36f19 5303c4de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "rtree";
  version = "1.4.0";
  version = "1.4.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "Toblerity";
    repo = "rtree";
    tag = version;
    hash = "sha256-swFvo57EUy69OInJNQzOzhjmfEIGL0aJSvYhzcmSzSs=";
    hash = "sha256-ilhHBAYa4GaKUt8CmmJRS569D9INHZmWS6lK/+AIiqY=";
  };

  postPatch = ''