python3Packages.onnx-ir: 0.2.0 -> 0.2.1 (#513125)

This commit is contained in:
kirillrdy
2026-04-24 22:59:26 +00:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
@@ -25,14 +25,15 @@
buildPythonPackage (finalAttrs: {
pname = "onnx-ir";
version = "0.2.0";
version = "0.2.1";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "onnx";
repo = "ir-py";
tag = "v${finalAttrs.version}";
hash = "sha256-U6N1vnsvp2Tr2qSIl9gsUnrKDjeUuUXAXx6ZyRnUTKM=";
hash = "sha256-vdo8BiE7m9Qr3JktgcPGDZfykjcf/VYY39tfhtzOrpA=";
};
build-system = [
@@ -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 = {