about summary refs log tree commit diff
path: root/pkgs/development/python-modules/zarr
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-08-31 00:22:56 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-05 15:01:18 +0200
commit18db4c3f33e459d1a876a56512517a400b67d077 (patch)
treedfc93035e7c6993d6806e88d5d630f0b2a69bc31 /pkgs/development/python-modules/zarr
parente337b46f5c3293dc612ba4056eabdbb2b2ace181 (diff)
python3Packages.zarr: 2.9.3 -> 2.9.4
Diffstat (limited to 'pkgs/development/python-modules/zarr')
-rw-r--r--pkgs/development/python-modules/zarr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/zarr/default.nix b/pkgs/development/python-modules/zarr/default.nix
index 3bcfaece12a6f..a26fa1dfef3ca 100644
--- a/pkgs/development/python-modules/zarr/default.nix
+++ b/pkgs/development/python-modules/zarr/default.nix
@@ -12,12 +12,12 @@
 
 buildPythonPackage rec {
   pname = "zarr";
-  version = "2.9.3";
+  version = "2.9.4";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "274d2c1642fab6b4ddd4e465df3cdd456a5f821ed9a425a075436b1d2110bf36";
+    sha256 = "5544c47bc2a35f8e8af58bee92378518018b484ba550e997759d18f40fa75719";
   };
 
   nativeBuildInputs = [