lol

python3Packages.treescope: 0.1.9 -> 0.1.10

Diff: https://github.com/google-deepmind/treescope/compare/v0.1.9...v0.1.10

Changelog: https://github.com/google-deepmind/treescope/releases/tag/v0.1.10

+2 -2
+2 -2
pkgs/development/python-modules/treescope/default.nix
··· 25 25 26 26 buildPythonPackage rec { 27 27 pname = "treescope"; 28 - version = "0.1.9"; 28 + version = "0.1.10"; 29 29 pyproject = true; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "google-deepmind"; 33 33 repo = "treescope"; 34 34 tag = "v${version}"; 35 - hash = "sha256-rLrsG7psY3xkuvNtdRULiMWKzIiWZpJ7TVJhwTNGXRQ="; 35 + hash = "sha256-SfycwuI/B7S/rKkaqxtnJI26q89313pvj/Xsomg6qyA="; 36 36 }; 37 37 38 38 build-system = [ flit-core ];