python3Packages.rtree: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm
2025-08-27 23:09:00 +00:00
parent 33de6dfc31
commit 5303c4deee
@@ -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 = ''