python310Packages.pygeos: 0.12.0 -> 0.13

This commit is contained in:
R. Ryantm 2022-08-27 13:16:40 +00:00
parent cef50cde2b
commit 4eaef65f79

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 = [