Merge pull request #296677 from Stunkymonkey/python-plyplus-normalize
python312Packages.plyplus: normalize pname
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{ lib, fetchPypi, buildPythonPackage, ply, isPy3k }:
|
||||
buildPythonPackage rec {
|
||||
pname = "PlyPlus";
|
||||
pname = "plyplus";
|
||||
version = "0.7.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "PlyPlus";
|
||||
inherit version;
|
||||
sha256 = "0g3flgfm3jpb2d8v9z0qmbwca5gxdqr10cs3zvlfhv5cs06ahpnp";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user