python310Packages.skl2onnx: 1.14.0 -> 1.14.1

This commit is contained in:
R. Ryantm 2023-05-16 14:59:57 +00:00
parent 2705a94af2
commit acfadf4884

View File

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "skl2onnx";
version = "1.14.0";
version = "1.14.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-gF+XOgAILSlM+hU1s3Xz+zD7nPtwW9a0mOHp8rxthnY=";
hash = "sha256-VLEKfGLOKu5PlHvTqW1+2t75HV2mjeezPkzu0/0H1dw=";
};
propagatedBuildInputs = [