Merge pull request #296705 from Stunkymonkey/python-pydoe-normalize

python312Packages.pydoe: normalize pname
This commit is contained in:
Doron Behar 2024-03-18 08:36:12 +02:00 committed by GitHub
commit b3fd69b261
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";
};