python312Packages.shapely_1_8: normalize pname

This commit is contained in:
Felix Buehler 2024-03-18 22:47:43 +01:00
parent 95ba44e8f7
commit 0e035e2a4f
1 changed files with 3 additions and 2 deletions

View File

@ -15,14 +15,15 @@
}:
buildPythonPackage rec {
pname = "Shapely";
pname = "shapely";
version = "1.8.5";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
pname = "Shapely";
inherit version;
hash = "sha256-6CttYOz7EkEgyI/hBqR4WWu+qxQhFtfn9ko2TayQKpI=";
};