mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
python312Packages.ray: 2.36.0 -> 2.36.1
Diff: https://github.com/ray-project/ray/compare/ray-2.36.0...ray-2.36.1 Changelog: https://github.com/ray-project/ray/releases/tag/ray-2.36.1
This commit is contained in:
parent
4b56eb0032
commit
0dab659ce6
@ -1,11 +1,11 @@
|
||||
{
|
||||
cp310 = {
|
||||
hash = "sha256-LaTzHub21e+qDQs4/sxCIVzaE8leAVs8y4P1jighkT8=";
|
||||
hash = "sha256-74ryZ6SIQ3pBX+tZOKjf5XpVOhyoRRI8RllkRj5452g=";
|
||||
};
|
||||
cp311 = {
|
||||
hash = "sha256-Iym0IdxjsC4w5GV497RQfufdjMV/NbdGgQG9xkdy+js=";
|
||||
hash = "sha256-WAidlVzqyYPVhbA9QCQ3nxUViAsJHqz1oaMm8yEgxCM=";
|
||||
};
|
||||
cp312 = {
|
||||
hash = "sha256-KXAxrkdyHKzX9pgpTTZ2PiwsXEeac0BFG6dQOkJ0seU=";
|
||||
hash = "sha256-V6ye3HTXk8NYNaui1BbXyJwmtdLZurbsIiH8LpV4rcc=";
|
||||
};
|
||||
}
|
||||
|
@ -56,7 +56,7 @@
|
||||
|
||||
let
|
||||
pname = "ray";
|
||||
version = "2.36.0";
|
||||
version = "2.36.1";
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user