python3Packages.paddle2onnx: 1.0.6 -> 1.0.9
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
}:
|
||||
let
|
||||
pname = "paddle2onnx";
|
||||
version = "1.0.6";
|
||||
version = "1.0.9";
|
||||
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-qHy6+RKh/gjy1mBmIj+1ENcHuIERkOeM6rrd5GNfX+Q=";
|
||||
hash = "sha256-QnXfcbfzRt1sSagnDLP3ZRLH3KNqK76L+KvifTU6MJQ=";
|
||||
};
|
||||
in
|
||||
buildPythonPackage {
|
||||
|
||||
Reference in New Issue
Block a user