1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python312Packages.onnx: 1.16.1 -> 1.16.2

This commit is contained in:
R. Ryantm 2024-08-11 03:29:54 +00:00
parent 2d2404abaf
commit 7a125d6a3e

View file

@ -25,7 +25,7 @@ let
in
buildPythonPackage rec {
pname = "onnx";
version = "1.16.1";
version = "1.16.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-I1wwfn91hdH3jORIKny0Xc73qW2P04MjkVCgcaNnQUE=";
hash = "sha256-JmxnsHRrzj2QzPz3Yndw0MmgZJ8MDYxHjuQ7PQkQsDg=";
};
build-system = [