python3Packages.shapely: 2.0.0 -> 2.0.1

This commit is contained in:
Martin Weinelt
2023-03-03 23:56:59 +01:00
parent 897c7aa355
commit c5aec6c7bf
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "shapely";
version = "2.0.0";
version = "2.0.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-EfGxIxpsBCE/sSJsaWjRsbOzaexC0ellUGavh2MYYOo=";
hash = "sha256-Zqaxo+cuzpf8hVNqKBR2+bd5TeLmRsqKRRfi48FEaJM=";
};
nativeBuildInputs = [