python3Packages.pygeos: 0.13 -> 0.14

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:35 +01:00
parent 455ed05201
commit 52ba811bcb

View file

@ -10,11 +10,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pygeos"; pname = "pygeos";
version = "0.13"; version = "0.14";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-HDcweKrVou/tHDnNcceXqiAzvzCH8191FrrIm+ULmGE="; sha256 = "sha256-MPvBf2SEQgC4UTO4hfz7ZVQbh3lTH270+P5GfT+6diM=";
}; };
patches = [ patches = [