Skip to content

Commit 8cf30df

Browse files
authored
Merge pull request #331370 from GaetanLepage/ray
python312Packages.ray: 2.33.0 -> 2.34.0
2 parents b72a202 + 6b0229f commit 8cf30df

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-cHxgTJS5t5nQXi//EWtyUHhGelZbbd5mOs9cegeaj58=";
3+
hash = "sha256-dnFaktwQ1/CQvftJD25tSXzI0hLaeBdNDeUWunAhzuQ=";
44
};
55
cp311 = {
6-
hash = "sha256-+rj/xdcVHe23UOzZ6YbTq7ULMgYTyjeN5peNoa3NMVc=";
6+
hash = "sha256-tgjWhlYAy9NRaIKhm7O3E7bxYbFQzh7jHZIITQlAi5o=";
77
};
88
cp312 = {
9-
hash = "sha256-4GWQJp0OUjt2X+Hw+E0HpWv04TN8HlSkIoEHsHIrfe0=";
9+
hash = "sha256-rqrFzgZXKxWUfJlbbWWmyHBqGyM27r7VuY6Qc/6Uq+A=";
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.33.0";
59+
version = "2.34.0";
6060
in
6161
buildPythonPackage rec {
6262
inherit pname version;

0 commit comments

Comments
 (0)