python311Packages.altair: 5.1.2 -> 5.2.0

This commit is contained in:
R. Ryantm 2023-11-28 15:23:03 +00:00
parent c76b72caa4
commit 9e4458763f

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "altair";
version = "5.1.2";
version = "5.2.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "altair-viz";
repo = "altair";
rev = "refs/tags/v${version}";
hash = "sha256-30M+rt5IfD4hvK5CwaW8HfQacDBPjowff/f9o7iido0=";
hash = "sha256-uTG+V0SQgAQtMjvrVvKVKgIBT9qO+26EPRxQCEXj/gc=";
};
nativeBuildInputs = [