about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ray/binary-hashes.nix
blob: 28f9e2103334e8977ae405ff6d897517adf6b58d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  cp38 = {
    sha256 = "da8adfa33ff54bc61cfe80334a0ee889e0060918db6ff9215aebe32e98b1f939";
  };
  cp39 = {
    sha256 = "cab13346650f88171b3f348ed352f04695b96d1ab1090ed3b80bdc93e897dbd4";
  };
  cp310 = {
    sha256 = "bcf3bff9517d77ea6c98592fa16e1cfb8bc0cfa345d3be69729bfa9c5bd78a7c";
  };
}