1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #60751 from r-ryantm/auto-update/python3.7-vega

python37Packages.vega: 2.0.1 -> 2.1.0
This commit is contained in:
Mario Rodas 2019-05-03 05:45:34 -05:00 committed by GitHub
commit 7da6230cdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];