Merge pull request #195690 from r-ryantm/auto-update/python310Packages.Rtree

python310Packages.Rtree: 1.0.0 -> 1.0.1
This commit is contained in:
Nikolay Korotkiy 2022-10-29 10:58:03 +03:00 committed by GitHub
commit 70d01c9af9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''