blob: 59cfcbdb42ae9e8530260ff51d9ef4b9b7d14fd0 (
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;
hash = "sha256-QcDP0tdU44PJ7rle/8mqSrhH0Ml0cHfd18Dctow7wB8=";
};
patches = [];
}
|