aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/cython/.yandex_meta/override.nix
blob: bdcb08cfc038f33734ac5b2d11f08756844bc9b7 (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 = "3.0.12";

  src = fetchPypi {
    pname = "cython";
    inherit version;
    hash = "sha256-uYi7KXznbGceKMl9AXuVQRAQ98d/pmI90LtH7tGu4bw=";
  };

  patches = [];
}