python3Packages.onnx-ir: 0.2.0 -> 0.2.1

Diff: https://github.com/onnx/ir-py/compare/v0.2.0...v0.2.1

Changelog: https://github.com/onnx/ir-py/releases/tag/v0.2.1
This commit is contained in:
Gaetan Lepage
2026-04-24 17:35:17 +00:00
parent cf16153bdb
commit 3a0ecac942
@@ -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 = [