3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.zarr: 2.10.3 -> 2.11.0

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:33 +01:00
parent 5c7ca4ce54
commit 38e635c3c2

View file

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "zarr";
version = "2.10.3";
version = "2.11.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "76932665c2146ebdf15f6dba254f9e0030552fbfcf9322dea822bff96fbce693";
sha256 = "sha256-sIc74nr1aQc4+hWOp6gC6uRUkEwzmVBWGFrMWnQltFE=";
};
nativeBuildInputs = [