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 b72a202 + 6b0229f commit 8cf30dfCopy full SHA for 8cf30df
pkgs/development/python-modules/ray/binary-hashes.nix
@@ -1,11 +1,11 @@
1
{
2
cp310 = {
3
- hash = "sha256-cHxgTJS5t5nQXi//EWtyUHhGelZbbd5mOs9cegeaj58=";
+ hash = "sha256-dnFaktwQ1/CQvftJD25tSXzI0hLaeBdNDeUWunAhzuQ=";
4
};
5
cp311 = {
6
- hash = "sha256-+rj/xdcVHe23UOzZ6YbTq7ULMgYTyjeN5peNoa3NMVc=";
+ hash = "sha256-tgjWhlYAy9NRaIKhm7O3E7bxYbFQzh7jHZIITQlAi5o=";
7
8
cp312 = {
9
- hash = "sha256-4GWQJp0OUjt2X+Hw+E0HpWv04TN8HlSkIoEHsHIrfe0=";
+ hash = "sha256-rqrFzgZXKxWUfJlbbWWmyHBqGyM27r7VuY6Qc/6Uq+A=";
10
11
}
pkgs/development/python-modules/ray/default.nix
@@ -56,7 +56,7 @@
56
57
let
58
pname = "ray";
59
- version = "2.33.0";
+ version = "2.34.0";
60
in
61
buildPythonPackage rec {
62
inherit pname version;
0 commit comments