Merge pull request #261728 from r-ryantm/auto-update/python311Packages.rtree

python311Packages.rtree: 1.0.1 -> 1.1.0
This commit is contained in:
OTABI Tomoya
2023-10-20 14:00:46 +09:00
committed by GitHub
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "rtree";
version = "1.0.1";
version = "1.1.0";
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "Rtree";
inherit version;
hash = "sha256-IiEhaZwwOmQGXYSb9wOLHsq8N7Zcf6NAvts47w6AVCk=";
hash = "sha256-b47lBN3l0AWyWwiq9b4LNASvOtX+zm4d3N41kIp5ipU=";
};
postPatch = ''