Unverified Commit 848a66b3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.treescope: 0.1.6 -> 0.1.7 (#365552)

parents df6fb983 28a18f2e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

buildPythonPackage rec {
  pname = "treescope";
  version = "0.1.6";
  version = "0.1.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "google-deepmind";
    repo = "treescope";
    rev = "refs/tags/v${version}";
    hash = "sha256-QlCKdsQk9VzRNnQKqWUIt6drocx++Aq34cMmZTw0UZw=";
    tag = "v${version}";
    hash = "sha256-fDwiKKXgisJ4Z/CBv4Vwtd7QaGscu5teZo11mSGZjbE=";
  };

  build-system = [ flit-core ];
@@ -58,7 +58,7 @@ buildPythonPackage rec {
  meta = {
    description = "An 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/v${version}";
    changelog = "https://github.com/google-deepmind/treescope/releases/tag/${src.tag}";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ GaetanLepage ];
  };