python311Packages.ray: 2.34.0 -> 2.35.0 (#340603)

This commit is contained in:
OTABI Tomoya 2024-09-09 11:30:32 +09:00 committed by GitHub
commit 66f10dabb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
{
cp310 = {
hash = "sha256-dnFaktwQ1/CQvftJD25tSXzI0hLaeBdNDeUWunAhzuQ=";
hash = "sha256-GZSq+Zlv/EUBmFZUXoF9UnrVcnYvGvdq1mmuTnhvz9Y=";
};
cp311 = {
hash = "sha256-tgjWhlYAy9NRaIKhm7O3E7bxYbFQzh7jHZIITQlAi5o=";
hash = "sha256-WHr1cMvl9s7cqFTxUQd0DmPGcge+6QBxPLLuOPbr8g8=";
};
cp312 = {
hash = "sha256-rqrFzgZXKxWUfJlbbWWmyHBqGyM27r7VuY6Qc/6Uq+A=";
hash = "sha256-LKGg3kHURi/XZFmKWYHPVfyVVZnzj5oa4Qho6Uxt2A0=";
};
}

View File

@ -56,7 +56,7 @@
let
pname = "ray";
version = "2.34.0";
version = "2.35.0";
in
buildPythonPackage rec {
inherit pname version;