3
0
Fork 0
forked from mirrors/nixpkgs

python37Packages.sparse: 0.6.0 -> 0.7.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-sparse/versions

(cherry picked from commit ff12415b36)
This commit is contained in:
R. RyanTM 2019-04-02 13:22:23 -07:00 committed by Matthias Beyer
parent 2eee9e7150
commit 54b7817f0b

View file

@ -9,11 +9,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sparse"; pname = "sparse";
version = "0.6.0"; version = "0.7.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "2ac6fcbf68b38b999eae98467cf4880b942c13a72036868f78d65a10aeba808d"; sha256 = "0ija4pl8wg36ldsdv5jmqr5i75qi17vijcwwf2jdn1k15kqg35j4";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];