mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Merge pull request #331370 from GaetanLepage/ray
python312Packages.ray: 2.33.0 -> 2.34.0
This commit is contained in:
commit
8cf30df938
2 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
cp310 = {
|
||||
hash = "sha256-cHxgTJS5t5nQXi//EWtyUHhGelZbbd5mOs9cegeaj58=";
|
||||
hash = "sha256-dnFaktwQ1/CQvftJD25tSXzI0hLaeBdNDeUWunAhzuQ=";
|
||||
};
|
||||
cp311 = {
|
||||
hash = "sha256-+rj/xdcVHe23UOzZ6YbTq7ULMgYTyjeN5peNoa3NMVc=";
|
||||
hash = "sha256-tgjWhlYAy9NRaIKhm7O3E7bxYbFQzh7jHZIITQlAi5o=";
|
||||
};
|
||||
cp312 = {
|
||||
hash = "sha256-4GWQJp0OUjt2X+Hw+E0HpWv04TN8HlSkIoEHsHIrfe0=";
|
||||
hash = "sha256-rqrFzgZXKxWUfJlbbWWmyHBqGyM27r7VuY6Qc/6Uq+A=";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
let
|
||||
pname = "ray";
|
||||
version = "2.33.0";
|
||||
version = "2.34.0";
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue