python3Packages.zarr: 2.10.2 -> 2.10.3

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:21 -08:00
parent b03880cdc6
commit f2eb344280
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

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