Gaetan Lepage 2024-09-25 08:38:57 +02:00
parent efc90c3e0e
commit a419d1aeef
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
{
cp310 = {
hash = "sha256-74ryZ6SIQ3pBX+tZOKjf5XpVOhyoRRI8RllkRj5452g=";
hash = "sha256-KZMkQeaKt9rTWydsdjZwv0Lr9yHN3E9N6CAL2SrAXFg=";
};
cp311 = {
hash = "sha256-WAidlVzqyYPVhbA9QCQ3nxUViAsJHqz1oaMm8yEgxCM=";
hash = "sha256-tCAnnKFPAswn/Fkv8fKNqaoIuWIxa/Zd3zcNuHcILpE=";
};
cp312 = {
hash = "sha256-V6ye3HTXk8NYNaui1BbXyJwmtdLZurbsIiH8LpV4rcc=";
hash = "sha256-AmjHvC6Ltu+buJaSmd61hXv2cr/LWdqV23SVqKUC+Lo=";
};
}

View File

@ -56,7 +56,7 @@
let
pname = "ray";
version = "2.36.1";
version = "2.37.0";
in
buildPythonPackage rec {
inherit pname version;