python310Packages.sparse: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm 2023-02-27 20:26:18 +00:00
parent a12ccf900b
commit 5035ccd56f

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "sparse";
version = "0.13.0";
version = "0.14.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-aF3JlKp3DuGyPy1TkoGchCnyeVh3H43OssT7gCENWRU=";
hash = "sha256-X1gno39s1vZzClQfmUyVxgo64jKeAfS6Ic7VM5rqAJg=";
};
propagatedBuildInputs = [