Loading pkgs/development/python-modules/treescope/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/treescope/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading @@ -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 ]; }; Loading