blob: 57692631eaecc3e3c7feafee32a19af8e11f23bf (
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.36";
src = fetchPypi {
pname = "Cython";
inherit version;
sha256 = "sha256-QcDP0tdU44PJ7rle/8mqSrhH0Ml0cHfd18Dctow7wB8=";
};
patches = [];
}
|