python312Packages.treescope: 0.1.7 -> 0.1.8
Diff: https://github.com/google-deepmind/treescope/compare/refs/tags/v0.1.7...v0.1.8 Changelog: https://github.com/google-deepmind/treescope/releases/tag/v0.1.8
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user