Merge pull request #296525 from Stunkymonkey/python-gpy-normalize

python312Packages.gpy: normalize pname
This commit is contained in:
Fabian Affolter 2024-03-17 07:37:05 +01:00 committed by GitHub
commit 59666f9d19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
}:
buildPythonPackage rec {
pname = "GPy";
pname = "gpy";
version = "1.13.0";
pyproject = true;