We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9af27c1 + 259fd99 commit c292b07Copy full SHA for c292b07
pkgs/development/python-modules/ray/binary-hashes.nix
@@ -1,11 +1,11 @@
1
{
2
cp310 = {
3
- hash = "sha256-KZMkQeaKt9rTWydsdjZwv0Lr9yHN3E9N6CAL2SrAXFg=";
+ hash = "sha256-On1vcVm85BF7/o+cPQtl/yclf+LdjXN9rQ84aWZkQNo=";
4
};
5
cp311 = {
6
- hash = "sha256-tCAnnKFPAswn/Fkv8fKNqaoIuWIxa/Zd3zcNuHcILpE=";
+ hash = "sha256-7OgCzzocECtT9juLyQ2UeXHEs4feryM8Ik7Y7zSh88s=";
7
8
cp312 = {
9
- hash = "sha256-AmjHvC6Ltu+buJaSmd61hXv2cr/LWdqV23SVqKUC+Lo=";
+ hash = "sha256-B1B9L5lh6NU5DA62Bt8kkhbvWvsf+BhVgfPpIEHWYpM=";
10
11
}
pkgs/development/python-modules/ray/default.nix
@@ -56,7 +56,7 @@
56
57
let
58
pname = "ray";
59
- version = "2.37.0";
+ version = "2.38.0";
60
in
61
buildPythonPackage rec {
62
inherit pname version;
0 commit comments