python310Packages.paddle2onnx: 1.0.9 -> 1.1.0

This commit is contained in:
R. Ryantm 2023-11-08 05:29:25 +00:00 committed by Yt
parent 7a1f927eea
commit aff89df188

View file

@ -9,7 +9,7 @@
}:
let
pname = "paddle2onnx";
version = "1.0.9";
version = "1.1.0";
format = "wheel";
pyShortVersion = "cp${builtins.replaceStrings ["."] [""] python.pythonVersion}";
src = fetchPypi {
@ -18,7 +18,7 @@ let
python = pyShortVersion;
abi = pyShortVersion;
platform = "manylinux_2_12_x86_64.manylinux2010_x86_64";
hash = "sha256-QnXfcbfzRt1sSagnDLP3ZRLH3KNqK76L+KvifTU6MJQ=";
hash = "sha256-HI/lIj9ezdCry5fYDi5Pia6hvOjN6/Slm9BMfLeq8AU=";
};
in
buildPythonPackage {