python3Packages.onnxscript: 0.6.2 -> 0.7.0

Diff: https://github.com/microsoft/onnxscript/compare/v0.6.2...v0.7.0

Changelog: https://github.com/microsoft/onnxscript/releases/tag/v0.7.0
This commit is contained in:
Gaetan Lepage
2026-04-24 17:35:17 +00:00
parent 3a0ecac942
commit 15139649f5
@@ -30,14 +30,15 @@
buildPythonPackage (finalAttrs: {
pname = "onnxscript";
version = "0.6.2";
version = "0.7.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "microsoft";
repo = "onnxscript";
tag = "v${finalAttrs.version}";
hash = "sha256-raeNa/OY9c8g+kHNxSAdLxhj+iwaMf/wrjUaKfW4E2s=";
hash = "sha256-PktzMtG8GpeRy3XUz8MFbOSISVzAIubpeOS0ESbVvrI=";
};
env = {