3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.onnx: 1.8.0 -> 1.8.1

This commit is contained in:
Frederik Rietdijk 2021-02-20 10:09:12 +01:00
parent 9d50405007
commit 6e1c296766

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "onnx";
version = "1.8.0";
version = "1.8.1";
# Due to Protobuf packaging issues this build of Onnx with Python 2 gives
# errors on import.
@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "5f787fd3ce1290e12da335237b3b921152157e51aa09080b65631b3ce3fcc50c";
sha256 = "9d65c52009a90499f8c25fdfe5acda3ac88efe0788eb1d5f2575a989277145fb";
};
nativeBuildInputs = [ cmake ];