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-06-18 23:47:43 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-22 13:42:45 +0200
commit9640c7a33438be6bc923511a56d49532b365bbb3 (patch)
tree2ba9a012fa33c55e299c9d1c4663b865774f5ca3 /pkgs/development/python-modules/zarr
parent418d7e6e2d800936dd93d897ada81737069acb26 (diff)
python3Packages.zarr: 2.6.1 -> 2.8.3
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 5c43494d28d76..c7990de55e033 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.6.1";
+  version = "2.8.3";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "fa7eac1e4ff47ff82d09c42bb4679e18e8a05a73ee81ce59cee6a441a210b2fd";
+    sha256 = "8aece33269ba3ee2af9320aa528d5fe93f76c30e4ad7fdbfb604b1db3f0d779f";
   };
 
   nativeBuildInputs = [