Merge pull request #296656 from Stunkymonkey/python-netcdf4-normalize

python312Packages.netcdf4: normalize pname
This commit is contained in:
Sandro 2024-03-25 21:33:09 +01:00 committed by GitHub
commit 1019ab2261
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -18,14 +18,15 @@
}:
buildPythonPackage rec {
pname = "netCDF4";
pname = "netcdf4";
version = "1.6.2";
format = "pyproject";
disabled = isPyPy;
src = fetchPypi {
inherit pname version;
pname = "netCDF4";
inherit version;
hash = "sha256-A4KwL/aiiEGfb/7IXexA9FH0G4dVVHFUxXXd2fD0rlM=";
};