python312Packages.ray: 2.37.0 -> 2.38.0 (#350801)

This commit is contained in:
Peder Bergebakken Sundt 2024-10-24 14:27:40 +02:00 committed by GitHub
commit c292b07c88
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-KZMkQeaKt9rTWydsdjZwv0Lr9yHN3E9N6CAL2SrAXFg=";
hash = "sha256-On1vcVm85BF7/o+cPQtl/yclf+LdjXN9rQ84aWZkQNo=";
};
cp311 = {
hash = "sha256-tCAnnKFPAswn/Fkv8fKNqaoIuWIxa/Zd3zcNuHcILpE=";
hash = "sha256-7OgCzzocECtT9juLyQ2UeXHEs4feryM8Ik7Y7zSh88s=";
};
cp312 = {
hash = "sha256-AmjHvC6Ltu+buJaSmd61hXv2cr/LWdqV23SVqKUC+Lo=";
hash = "sha256-B1B9L5lh6NU5DA62Bt8kkhbvWvsf+BhVgfPpIEHWYpM=";
};
}

View File

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