python312Packages.h5netcdf: 1.5.0 -> 1.6.1

This commit is contained in:
R. Ryantm
2025-03-18 04:52:42 +00:00
parent 7bff569ce4
commit 244606bd2b
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "h5netcdf";
version = "1.5.0";
version = "1.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "h5netcdf";
repo = "h5netcdf";
tag = "v${version}";
hash = "sha256-fhLL8/XgYQmdHckh5xhYvnlc+MTIc2wcTOZaohFFGlk=";
hash = "sha256-DQ4zGtX0+HvSuayyaCwO6NVSQWj8JRzYS/BfBtspZxI=";
};
build-system = [