python: sparse: 0.9.1 -> 0.10.0

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:32 +02:00
parent 2b5b105aef
commit 48ed23c9bd
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "sparse";
version = "0.9.1";
version = "0.10.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "04gfwm1y9knryx992biniqa3978n3chr38iy3y4i2b8wy52fzy3d";
sha256 = "ffbca00a53f938e4f04230f582b210440efb54d74d60af1d1ced3864f61677ac";
};
checkInputs = [ pytest ];