From 8267a3b3c6a0cf2e3180ed438e8aec11679fbdf5 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 21 Jan 2025 09:06:26 +0100 Subject: [PATCH] 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 --- pkgs/development/python-modules/treescope/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/treescope/default.nix b/pkgs/development/python-modules/treescope/default.nix index d5e95260d9a8..9694de2c4a86 100644 --- a/pkgs/development/python-modules/treescope/default.nix +++ b/pkgs/development/python-modules/treescope/default.nix @@ -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 ]; };