Merge pull request #298297 from BillHuang2001/update/python3Packages.ray
python3Packages.ray: 2.9.0 -> 2.10.0
This commit is contained in:
commit
f3936d0281
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;
|
||||
|
|
Loading…
Reference in a new issue