Merge pull request #294828 from Stunkymonkey/python-pyqt5-normalize

This commit is contained in:
Sandro 2024-03-13 14:21:15 +01:00 committed by GitHub
commit 86a9125076
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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=";
};