aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/cython/.yandex_meta/override.nix
blob: abe00c147d050b15e5f36fc6ea0e9d81f468eb99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
pkgs: attrs: with pkgs; with pkgs.python311.pkgs; with attrs; rec {
  version = "0.29.37";

  src = fetchPypi {
    pname = "Cython";
    inherit version;
    hash = "sha256-+BPUpt2Ure5dT/JmGR0dlb9tQWSk+sxTVCLAIbJQTPs=";
  };

  patches = [];
}