python312Packages.pyplatec: normalize pname

This commit is contained in:
Felix Buehler 2024-03-17 21:13:20 +01:00
parent ccab9e2120
commit 1fd6965780
1 changed files with 3 additions and 2 deletions

View File

@ -5,11 +5,12 @@
}:
buildPythonPackage rec {
pname = "PyPlatec";
pname = "pyplatec";
version = "1.4.0";
src = fetchPypi {
inherit pname version;
pname = "PyPlatec";
inherit version;
sha256 = "0kqx33flcrrlipccmqs78d14pj5749bp85b6k5fgaq2c7yzz02jg";
};