lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.zarr: 2.16.0 -> 2.16.1

+2 -2
+2 -2
pkgs/development/python-modules/zarr/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "zarr"; 15 - version = "2.16.0"; 15 + version = "2.16.1"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.8"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-hONraVvaDs6lKvmGEnGYTLIqXIZGeZB7e5uj95toT34="; 22 + hash = "sha256-QnbPS0plNDEELNU/8igrxNKSpoQkEeiFKZZFBPsHMoY="; 23 23 }; 24 24 25 25 nativeBuildInputs = [