python312Packages.pyqt5: normalize pname

This commit is contained in:
Felix Buehler 2024-03-10 21:55:46 +01:00
parent 1f17d90284
commit 25a9bf0fe6
1 changed files with 3 additions and 2 deletions

View File

@ -26,14 +26,15 @@
}:
buildPythonPackage rec {
pname = "PyQt5";
pname = "pyqt5";
version = "5.15.9";
format = "pyproject";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
pname = "PyQt5";
inherit version;
hash = "sha256-3EHoQBqQ3D4raStBG9VJKrVZrieidCTu1L05FVZOxMA=";
};