python3Packages.paddle2onnx: 1.3.1 -> 2.0.0

https://github.com/PaddlePaddle/Paddle2ONNX/releases/tag/v2.0.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:44 +02:00
parent 2746b76cb9
commit e349ccb46c
@@ -9,7 +9,7 @@
}:
let
pname = "paddle2onnx";
version = "1.3.1";
version = "2.0.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-B1baPCEYJeDl+KFiOSWqTbQKhdFz3xaoNJHTesAZ9rs=";
hash = "sha256-9lkQLBHd/EWiuRu40Z6bBCrmqCgCW3xAx/bxmeSJJ8g=";
};
in
buildPythonPackage {