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

python311Packages.rtree: 1.0.1 -> 1.1.0

authored by OTABI Tomoya and committed by GitHub 9fbda9a9 352d3748

+2 -2
+2 -2
pkgs/development/python-modules/rtree/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "rtree"; 13 - version = "1.0.1"; 14 disabled = pythonOlder "3.7"; 15 16 src = fetchPypi { 17 pname = "Rtree"; 18 inherit version; 19 - hash = "sha256-IiEhaZwwOmQGXYSb9wOLHsq8N7Zcf6NAvts47w6AVCk="; 20 }; 21 22 postPatch = ''
··· 10 11 buildPythonPackage rec { 12 pname = "rtree"; 13 + version = "1.1.0"; 14 disabled = pythonOlder "3.7"; 15 16 src = fetchPypi { 17 pname = "Rtree"; 18 inherit version; 19 + hash = "sha256-b47lBN3l0AWyWwiq9b4LNASvOtX+zm4d3N41kIp5ipU="; 20 }; 21 22 postPatch = ''