python37Packages.vega: 1.4.0 -> 2.0.1

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

(cherry picked from commit ce1d24d8ee97f383d8305dce667a31647c0ccdbf)
This commit is contained in:
R. RyanTM 2019-04-02 14:34:06 -07:00 committed by Matthias Beyer
parent 47ca76def4
commit d95de6fbf5

View File

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