python3Packages.onnxscript: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm
2026-07-03 10:44:27 +00:00
parent 8c57830ed9
commit 7aa035f8b3
@@ -31,7 +31,7 @@
buildPythonPackage (finalAttrs: {
pname = "onnxscript";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
__structuredAttrs = true;
@@ -39,7 +39,7 @@ buildPythonPackage (finalAttrs: {
owner = "microsoft";
repo = "onnxscript";
tag = "v${finalAttrs.version}";
hash = "sha256-PktzMtG8GpeRy3XUz8MFbOSISVzAIubpeOS0ESbVvrI=";
hash = "sha256-l6Nsnbg7LG/0Z9y1EX5BPP3sFdY/EZwRFFHOrP4mwdw=";
};
env = {