mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #296656 from Stunkymonkey/python-netcdf4-normalize
python312Packages.netcdf4: normalize pname
This commit is contained in:
commit
1019ab2261
@ -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=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user