python37Packages.vega: 2.0.1 -> 2.1.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-vega/versions
This commit is contained in:
R. RyanTM 2019-05-02 04:41:19 -07:00
parent a381d42221
commit cf6a804360

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "vega";
version = "2.0.1";
version = "2.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "097jlh1xarnqmcnym5jkfa6rg2f0i6b17v9pck2242axgyi692rm";
sha256 = "0lshwsvi242m0ybrqjvbag73x1mrb31w2jq3lnklqyzry153xfdb";
};
buildInputs = [ pytest ];