python312Packages.netcdf4 1.6.2 -> 1.6.5rel https://github.com/Unidata/netcdf4-python/releases attrpath: python312Packages.netcdf4 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xakf24zfxnssvp5g5cjn424bdjy17nwb-packages.json.drv building '/nix/store/xakf24zfxnssvp5g5cjn424bdjy17nwb-packages.json.drv'... Going to be running update for following packages: - python3.12-netcdf4-1.6.2 Press Enter key to continue... Running update for: - python3.12-netcdf4-1.6.2: UPDATING ... - python3.12-netcdf4-1.6.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/netcdf4/default.nix b/pkgs/development/python-modules/netcdf4/default.nix index 39994519db17..dbaa0de70c6c 100644 --- a/pkgs/development/python-modules/netcdf4/default.nix +++ b/pkgs/development/python-modules/netcdf4/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "netcdf4"; - version = "1.6.2"; + version = "1.6.5"; format = "pyproject"; disabled = isPyPy; @@ -27,7 +27,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "netCDF4"; inherit version; - hash = "sha256-A4KwL/aiiEGfb/7IXexA9FH0G4dVVHFUxXXd2fD0rlM="; + hash = "sha256-gkiB0KrP3lvZgtat7dhXQlnIVVN4HnuD4M6CuJC/oO8="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.netcdf4 nix build failed. copying build/lib.linux-x86_64-cpython-312/netCDF4/utils.py -> build/bdist.linux-x86_64/wheel/netCDF4 copying build/lib.linux-x86_64-cpython-312/netCDF4/__init__.py -> build/bdist.linux-x86_64/wheel/netCDF4 copying build/lib.linux-x86_64-cpython-312/netCDF4/_netCDF4.cpython-312-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/netCDF4 copying build/lib.linux-x86_64-cpython-312/netCDF4/_netCDF4.pyx -> build/bdist.linux-x86_64/wheel/netCDF4 running install_egg_info Copying src/netCDF4.egg-info to build/bdist.linux-x86_64/wheel/netCDF4-1.6.5-py3.12.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/netCDF4-1.6.5.dist-info/WHEEL creating '/build/netCDF4-1.6.5/dist/.tmp-zryh94xx/netCDF4-1.6.5-cp312-cp312-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'netCDF4/__init__.py' adding 'netCDF4/_netCDF4.cpython-312-x86_64-linux-gnu.so' adding 'netCDF4/_netCDF4.pyx' adding 'netCDF4/utils.py' adding 'netCDF4/plugins/empty.txt' adding 'netCDF4-1.6.5.dist-info/LICENSE' adding 'netCDF4-1.6.5.dist-info/METADATA' adding 'netCDF4-1.6.5.dist-info/WHEEL' adding 'netCDF4-1.6.5.dist-info/entry_points.txt' adding 'netCDF4-1.6.5.dist-info/top_level.txt' adding 'netCDF4-1.6.5.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built netCDF4-1.6.5-cp312-cp312-linux_x86_64.whl Finished creating a wheel... Finished executing pypaBuildPhase buildPhase completed in 58 seconds @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for netCDF4-1.6.5-cp312-cp312-linux_x86_64.whl - certifi not installed