3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #143260 from r-ryantm/auto-update/python3.8-zarr

This commit is contained in:
Sandro 2021-11-11 17:41:27 +01:00 committed by GitHub
commit 38c096709b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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