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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user