override.nix 245 B

1234567891011
  1. pkgs: attrs: with pkgs; with pkgs.python311.pkgs; with attrs; rec {
  2. version = "0.29.37";
  3. src = fetchPypi {
  4. pname = "Cython";
  5. inherit version;
  6. hash = "sha256-+BPUpt2Ure5dT/JmGR0dlb9tQWSk+sxTVCLAIbJQTPs=";
  7. };
  8. patches = [];
  9. }