python3Packages.pyiceberg: set pname to "pyiceberg" to match the attrname (#538762)

This commit is contained in:
Gaétan Lepage
2026-07-05 20:27:59 +00:00
committed by GitHub
@@ -59,9 +59,10 @@
}:
buildPythonPackage (finalAttrs: {
pname = "iceberg-python";
pname = "pyiceberg";
version = "0.11.1";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "apache";