Merge pull request #275814 from r-ryantm/auto-update/python310Packages.onnxmltools
python310Packages.onnxmltools: 1.11.2 -> 1.12.0
This commit is contained in:
commit
f567f3e597
1 changed files with 3 additions and 3 deletions
|
@ -16,14 +16,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "onnxmltools";
|
||||
version = "1.11.2";
|
||||
version = "1.12.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "onnx";
|
||||
repo = "onnxmltools";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-uLFAGtCDLdMd0SMoonMXFE0kGHuDpwp6IrIbD0t8l4M=";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-/UKGo56riLnATcn7kA++QoFkkILVGYBwqRZZ+PYB1/0=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue