Gaetan Lepage
2025-08-08 10:06:49 +02:00
parent a3f3e3f2c9
commit 662c3de678
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "treescope";
version = "0.1.9";
version = "0.1.10";
pyproject = true;
src = fetchFromGitHub {
owner = "google-deepmind";
repo = "treescope";
tag = "v${version}";
hash = "sha256-rLrsG7psY3xkuvNtdRULiMWKzIiWZpJ7TVJhwTNGXRQ=";
hash = "sha256-SfycwuI/B7S/rKkaqxtnJI26q89313pvj/Xsomg6qyA=";
};
build-system = [ flit-core ];