python312Packages.netcdf4: normalize pname

This commit is contained in:
Felix Buehler 2024-03-17 14:23:04 +01:00
parent ccab9e2120
commit c6e364bf40
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=";
};