1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

python37Packages.altair: 4.0.1 -> 4.1.0

This commit is contained in:
R. RyanTM 2020-04-06 14:05:25 +00:00 committed by Jon
parent e96b7c5ea1
commit 5da4b6c79f

View file

@ -18,12 +18,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "altair"; pname = "altair";
version = "4.0.1"; version = "4.1.0";
disabled = isPy27; disabled = isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "145gjad415zjfp0ciq1b19i97ibavj8fki1vzhjppqz55k4704nk"; sha256 = "0c99q5dy6f275yg1f137ird08wmwc1z8wmvjickkf2mvyka31p9y";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -54,7 +54,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A declarative statistical visualization library for Python."; description = "A declarative statistical visualization library for Python.";
homepage = https://github.com/altair-viz/altair; homepage = "https://github.com/altair-viz/altair";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ teh ]; maintainers = with maintainers; [ teh ];
platforms = platforms.unix; platforms = platforms.unix;