Merge pull request #321456 from GaetanLepage/ray

python311Packages.ray: 2.24.0 -> 2.30.0
This commit is contained in:
OTABI Tomoya
2024-06-22 03:24:00 +09:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -1,8 +1,8 @@
{
cp310 = {
hash = "sha256-e0B3uGc5Yp4BC8bQAaiQCaouH+qUxAjA7jB2f8DA6m0=";
hash = "sha256-m8SBwbXXKU1ocvrBROAOoTlLfhMPtBJJ0WcNtJQVbYE=";
};
cp311 = {
hash = "sha256-cZX0rjCgfyGqAM99lFZI7WlotjyksCpb3H/DCFP0lBA=";
hash = "sha256-4gO1dWWgCPKsn54ekpIW4NfXdvU0FEzMePZsEFI09wE=";
};
}
@@ -53,7 +53,7 @@
let
pname = "ray";
version = "2.24.0";
version = "2.30.0";
in
buildPythonPackage rec {
inherit pname version;