Merge pull request #188501 from r-ryantm/auto-update/python310Packages.pygeos

python310Packages.pygeos: 0.12.0 -> 0.13
This commit is contained in:
Robert Scott 2022-08-27 15:32:09 +01:00 committed by GitHub
commit 14ad3b6532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "pygeos";
version = "0.12.0";
version = "0.13";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-PEFULvZ8ZgFfRDrj5uaDUDqKIh+cJPsjgPauQq7RYAo=";
sha256 = "sha256-HDcweKrVou/tHDnNcceXqiAzvzCH8191FrrIm+ULmGE=";
};
patches = [