3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #64119 from r-ryantm/auto-update/python3.7-altair

python37Packages.altair: 3.0.1 -> 3.1.0
This commit is contained in:
Mario Rodas 2019-07-07 14:54:36 -05:00 committed by GitHub
commit da393b2514
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "altair";
version = "3.0.1";
version = "3.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "63934563a7a7b7186335858206a0b9be6043163b8b54a26cd3b3299a9e5e391f";
sha256 = "1zdznkybw3g8fd280h5j5cnnwcv30610gp8fl8vwqda1w2p6pgvp";
};
postPatch = ''