about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-03 00:00:58 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-20 20:44:24 +0100
commit746cb988916217df9d42648c408cb150d52a244b (patch)
treecf7eb28b3e0611993a6a85f685b591f9be1a35e2 /pkgs/development/python-modules
parent493e15df33d09161473244441377ee4b80b3e586 (diff)
python3Packages.h5netcdf: 1.2.0 -> 1.3.0
https://github.com/h5netcdf/h5netcdf/releases/tag/v1.3.0
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/h5netcdf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/h5netcdf/default.nix b/pkgs/development/python-modules/h5netcdf/default.nix
index 857e0500e97d0..334289b034e2d 100644
--- a/pkgs/development/python-modules/h5netcdf/default.nix
+++ b/pkgs/development/python-modules/h5netcdf/default.nix
@@ -11,14 +11,14 @@
 
 buildPythonPackage rec {
   pname = "h5netcdf";
-  version = "1.2.0";
+  version = "1.3.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-f2snM73gbqJXW3mmRQ2b1cOJGP9MsqNVvyK76Mhsa88=";
+    hash = "sha256-oXHAJ9rrNLJMJKO2MEGVuOq7tvEMdIJW7Tz+GYBjg88=";
   };
 
   nativeBuildInputs = [