Merge pull request #275814 from r-ryantm/auto-update/python310Packages.onnxmltools

python310Packages.onnxmltools: 1.11.2 -> 1.12.0
This commit is contained in:
Yt 2023-12-21 13:03:28 +00:00 committed by GitHub
commit f567f3e597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [