python37Packages.vega: 2.1.0 -> 2.3.2

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-07-02 11:34:05 -07:00
parent 5b4b6b6c24
commit f9f010ef94

View File

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