python310Packages.paddle2onnx: 1.0.9 -> 1.1.0
This commit is contained in:
parent
7a1f927eea
commit
aff89df188
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue