python3Packages.ray: 2.9.0 -> 2.10.0

This commit is contained in:
Bill Huang
2024-03-23 15:01:19 +08:00
parent e94ef3d054
commit 7cb11ac43a
2 changed files with 3 additions and 3 deletions
@@ -1,8 +1,8 @@
{
cp310 = {
hash = "sha256-u3lZbEScS6AnvJg5KZYX2Mh2saW2Hxah5AGqkBrUUYM=";
hash = "sha256-y3T30qpaIeX53LMVpPm96CIyjna6lc0Lo3DP2gmKZ/Q=";
};
cp311 = {
hash = "sha256-E8VV/nMPzjVXJuja56fWztvkcKfhJXSACOv8RLDFgn0=";
hash = "sha256-x9FDjLqHJuyaWclpZOAHtgoHKENmR/SMODIoaSwvLuA=";
};
}
@@ -52,7 +52,7 @@
let
pname = "ray";
version = "2.9.0";
version = "2.10.0";
in
buildPythonPackage rec {
inherit pname version;