Gaetan Lepage
2025-01-21 09:07:02 +01:00
parent 5ba03e67b1
commit 8267a3b3c6
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "treescope";
version = "0.1.7";
version = "0.1.8";
pyproject = true;
src = fetchFromGitHub {
owner = "google-deepmind";
repo = "treescope";
tag = "v${version}";
hash = "sha256-fDwiKKXgisJ4Z/CBv4Vwtd7QaGscu5teZo11mSGZjbE=";
hash = "sha256-/rSQUmmfMPP7sZ6avd9bc4lSW/sHLXLEKKCJdXjBTB4=";
};
build-system = [ flit-core ];
@@ -56,9 +56,9 @@ buildPythonPackage rec {
];
meta = {
description = "An interactive HTML pretty-printer for machine learning research in IPython notebooks";
description = "Interactive HTML pretty-printer for machine learning research in IPython notebooks";
homepage = "https://github.com/google-deepmind/treescope";
changelog = "https://github.com/google-deepmind/treescope/releases/tag/${src.tag}";
changelog = "https://github.com/google-deepmind/treescope/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ GaetanLepage ];
};