python310Packages.onnxmltools: 1.11.2 -> 1.12.0

This commit is contained in:
R. Ryantm 2023-12-21 12:40:00 +00:00
parent d6863cbcbb
commit 130c0ef342

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