python312Packages.pydoe: normalize pname

This commit is contained in:
Felix Buehler 2024-03-17 17:09:43 +01:00
parent ccab9e2120
commit 19cf6d3ba5

View File

@ -8,12 +8,13 @@
}:
buildPythonPackage rec {
pname = "pyDOE";
pname = "pydoe";
version = "0.3.8";
pyproject = true;
src = fetchPypi {
inherit pname version;
pname = "pyDOE";
inherit version;
hash = "sha256-y9bxSuJtPJ9zYBMgX1PqEZGt1FZwM8Pud7fdNWVmxLY=";
extension = "zip";
};