python3Packages.tt-flash: 3.9.0 -> 3.10.0

This commit is contained in:
R. Ryantm
2026-06-28 01:29:01 +00:00
parent bdd995eaee
commit 3c54938f44
@@ -17,7 +17,7 @@
}:
buildPythonPackage (finalAttrs: {
pname = "tt-flash";
version = "3.9.0";
version = "3.10.0";
pyproject = true;
__structuredAttrs = true;
@@ -25,7 +25,7 @@ buildPythonPackage (finalAttrs: {
owner = "tenstorrent";
repo = "tt-flash";
tag = "v${finalAttrs.version}";
hash = "sha256-YpkDBLkhN413wbJ2eLzRJGSG6Rn6eMNSkCBvy+G0wh4=";
hash = "sha256-wE8qDgoXiYeUbrcGY46JnPVT4neNGu3U5DTXlMuewjc=";
};
build-system = [