tt-topology: 1.2.13 -> 1.2.19

This commit is contained in:
R. Ryantm
2026-06-06 05:40:08 +00:00
parent b99e1dabec
commit 4a6c3b273e
+2 -2
View File
@@ -7,14 +7,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "tt-topology";
version = "1.2.13";
version = "1.2.19";
pyproject = true;
src = fetchFromGitHub {
owner = "tenstorrent";
repo = "tt-topology";
tag = "v${version}";
hash = "sha256-hjUQMBTShdbl/tRlFF55P3kQDHi5gsGQVcGZSDgA0as=";
hash = "sha256-M12MdXyEwyvXscp7roE19mWZ4+/miTAyzUH3SUtOohE=";
};
build-system = with python3Packages; [