Merge pull request #296677 from Stunkymonkey/python-plyplus-normalize

python312Packages.plyplus: normalize pname
This commit is contained in:
Felix Bühler 2024-03-17 21:28:32 +01:00 committed by GitHub
commit 3b204919b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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