python3Packages.ray: 2.9.0 -> 2.10.0

This commit is contained in:
Bill Huang 2024-03-22 15:49:43 +08:00
parent e94ef3d054
commit 7cb11ac43a
No known key found for this signature in database
GPG Key ID: 0D3CBDC0702A965A
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{
cp310 = {
hash = "sha256-u3lZbEScS6AnvJg5KZYX2Mh2saW2Hxah5AGqkBrUUYM=";
hash = "sha256-y3T30qpaIeX53LMVpPm96CIyjna6lc0Lo3DP2gmKZ/Q=";
};
cp311 = {
hash = "sha256-E8VV/nMPzjVXJuja56fWztvkcKfhJXSACOv8RLDFgn0=";
hash = "sha256-x9FDjLqHJuyaWclpZOAHtgoHKENmR/SMODIoaSwvLuA=";
};
}

View File

@ -52,7 +52,7 @@
let
pname = "ray";
version = "2.9.0";
version = "2.10.0";
in
buildPythonPackage rec {
inherit pname version;