pyroaring: Override Cython version for tests/build (#436908)
This commit is contained in:
@@ -26,7 +26,16 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
cython
|
||||
(cython.overrideAttrs (rec {
|
||||
name = "cython";
|
||||
version = "3.0.12";
|
||||
src = fetchFromGitHub {
|
||||
owner = "cython";
|
||||
repo = "cython";
|
||||
tag = version;
|
||||
hash = "sha256-clJXjQb6rVECirKRUGX0vD5a6LILzPwNo7+6KKYs2pI=";
|
||||
};
|
||||
}))
|
||||
setuptools
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user