Commit 259fd995 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent b6e77280
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{
  cp310 = {
    hash = "sha256-KZMkQeaKt9rTWydsdjZwv0Lr9yHN3E9N6CAL2SrAXFg=";
    hash = "sha256-On1vcVm85BF7/o+cPQtl/yclf+LdjXN9rQ84aWZkQNo=";
  };
  cp311 = {
    hash = "sha256-tCAnnKFPAswn/Fkv8fKNqaoIuWIxa/Zd3zcNuHcILpE=";
    hash = "sha256-7OgCzzocECtT9juLyQ2UeXHEs4feryM8Ik7Y7zSh88s=";
  };
  cp312 = {
    hash = "sha256-AmjHvC6Ltu+buJaSmd61hXv2cr/LWdqV23SVqKUC+Lo=";
    hash = "sha256-B1B9L5lh6NU5DA62Bt8kkhbvWvsf+BhVgfPpIEHWYpM=";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@

let
  pname = "ray";
  version = "2.37.0";
  version = "2.38.0";
in
buildPythonPackage rec {
  inherit pname version;