Skip to content

Commit

Permalink
python312Packages.h5netcdf: 1.3.0 -> 1.4.0 (#347137)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 3, 2024
2 parents 3537d18 + 4244afa commit acdf3fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/h5netcdf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "h5netcdf";
version = "1.3.0";
version = "1.4.0";
format = "pyproject";

disabled = pythonOlder "3.6";
disabled = pythonOlder "3.9";

src = fetchPypi {
inherit pname version;
hash = "sha256-oXHAJ9rrNLJMJKO2MEGVuOq7tvEMdIJW7Tz+GYBjg88=";
hash = "sha256-6VnDtb08p5Zc5fQ4Ok4Dj/y1UDTGPXkYKb0zpaw4qWI=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit acdf3fc

Please sign in to comment.