python310Packages.Rtree: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm
2022-10-12 17:32:11 +00:00
parent 4b02f74d3c
commit 35892425f2
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "rtree";
version = "1.0.0";
version = "1.0.1";
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "Rtree";
inherit version;
sha256 = "sha256-0Eg0ghITRrCTuaQlGNQPkhrfRFkVt66jB+smdoyDloI=";
sha256 = "sha256-IiEhaZwwOmQGXYSb9wOLHsq8N7Zcf6NAvts47w6AVCk=";
};
postPatch = ''