Merge pull request #99243 from r-ryantm/auto-update/python3.7-sparse

python37Packages.sparse: 0.10.0 -> 0.11.2
This commit is contained in:
Mario Rodas 2020-10-04 08:27:23 -05:00 committed by GitHub
commit a39769f524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "sparse";
version = "0.10.0";
version = "0.11.2";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "ffbca00a53f938e4f04230f582b210440efb54d74d60af1d1ced3864f61677ac";
sha256 = "bc5c35dbc81242237feb7a8e1f7d9c5e9dd9bb0910f6ec55f50dcc379082864f";
};
checkInputs = [ pytest dask ];