Skip to content

Commit c292b07

Browse files
authored
python312Packages.ray: 2.37.0 -> 2.38.0 (#350801)
2 parents 9af27c1 + 259fd99 commit c292b07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
cp310 = {
3-
hash = "sha256-KZMkQeaKt9rTWydsdjZwv0Lr9yHN3E9N6CAL2SrAXFg=";
3+
hash = "sha256-On1vcVm85BF7/o+cPQtl/yclf+LdjXN9rQ84aWZkQNo=";
44
};
55
cp311 = {
6-
hash = "sha256-tCAnnKFPAswn/Fkv8fKNqaoIuWIxa/Zd3zcNuHcILpE=";
6+
hash = "sha256-7OgCzzocECtT9juLyQ2UeXHEs4feryM8Ik7Y7zSh88s=";
77
};
88
cp312 = {
9-
hash = "sha256-AmjHvC6Ltu+buJaSmd61hXv2cr/LWdqV23SVqKUC+Lo=";
9+
hash = "sha256-B1B9L5lh6NU5DA62Bt8kkhbvWvsf+BhVgfPpIEHWYpM=";
1010
};
1111
}

pkgs/development/python-modules/ray/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
let
5858
pname = "ray";
59-
version = "2.37.0";
59+
version = "2.38.0";
6060
in
6161
buildPythonPackage rec {
6262
inherit pname version;

0 commit comments

Comments
 (0)