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

Merge pull request #333832 from r-ryantm/auto-update/python312Packages.onnx

python312Packages.onnx: 1.16.1 -> 1.16.2
This commit is contained in:
Pol Dellaiera 2024-08-11 19:53:41 +02:00 committed by GitHub
commit b3312f83e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [