Skip to content

Commit acdf3fc

Browse files
authored
python312Packages.h5netcdf: 1.3.0 -> 1.4.0 (#347137)
2 parents 3537d18 + 4244afa commit acdf3fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/h5netcdf/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage rec {
1414
pname = "h5netcdf";
15-
version = "1.3.0";
15+
version = "1.4.0";
1616
format = "pyproject";
1717

18-
disabled = pythonOlder "3.6";
18+
disabled = pythonOlder "3.9";
1919

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

2525
nativeBuildInputs = [

0 commit comments

Comments
 (0)