python311Packages.altair: unstable-2023-08-12 -> 5.1.2

Diff: 56b3b66daa...v5.1.2

Changelog: https://altair-viz.github.io/releases/changes.html
This commit is contained in:
natsukium 2023-10-16 17:04:02 +09:00
parent 358dee1979
commit c48b4498c1
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -23,17 +23,15 @@
buildPythonPackage rec {
pname = "altair";
# current version, 5.0.1, is broken with jsonschema>=4.18
# we use unstable version instead of patch due to many changes
version = "unstable-2023-08-12";
version = "5.1.2";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "altair-viz";
repo = "altair";
rev = "56b3b66daae7160c8d82777d2646131afcc3dab4";
hash = "sha256-uVE3Bth1D1mIhaULB4IxEtOzhQd51Pscqyfdys65F6A=";
rev = "refs/tags/v${version}";
hash = "sha256-30M+rt5IfD4hvK5CwaW8HfQacDBPjowff/f9o7iido0=";
};
nativeBuildInputs = [