3
0
Fork 0
forked from mirrors/nixpkgs

python37Packages.altair: 2.4.1 -> 3.0.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-altair/versions
This commit is contained in:
R. RyanTM 2019-05-05 15:17:08 -07:00
parent c87f3820e5
commit 1eae2945b4

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "altair";
version = "2.4.1";
version = "3.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "1lqln4510qqqla6s8z4ca0271qrhq6yyznsijsdn3nssvxsynqpc";
sha256 = "0x4zm1xia6sln8dhwd803jlcii2a62fx3rlnj5vsa8g3anfc2v24";
};
postPatch = ''