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