python3Packages.shapely: 2.0.0 -> 2.0.1

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:49 +01:00
parent 897c7aa355
commit c5aec6c7bf

View File

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