Merge pull request #136883 from r-ryantm/auto-update/python3.8-numcodecs

python38Packages.numcodecs: 0.9.0 -> 0.9.1
This commit is contained in:
Sandro 2021-09-12 17:30:50 +02:00 committed by GitHub
commit 1cd236279f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "numcodecs";
version = "0.9.0";
version = "0.9.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "3c23803671a3d920efa175af5828870bdff60ba2a3fcbf1d5b48bb81d68219c6";
sha256 = "35adbcc746b95e3ac92e949a161811f5aa2602b9eb1ef241b5ea6f09bb220997";
};
nativeBuildInputs = [
@ -49,7 +49,7 @@ buildPythonPackage rec {
];
meta = with lib;{
homepage = "https://github.com/alimanfoo/numcodecs";
homepage = "https://github.com/zarr-developers/numcodecs";
license = licenses.mit;
description = "Buffer compression and transformation codecs for use in data storage and communication applications";
maintainers = [ maintainers.costrouc ];