mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
python312Packages.pydoe: normalize pname
This commit is contained in:
parent
ccab9e2120
commit
19cf6d3ba5
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user