mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 04:33:57 +00:00
Merge pull request #252051 from tjni/cython_3
This commit is contained in:
commit
7c02f241d7
@ -2409,10 +2409,10 @@ self: super: with self; {
|
||||
cython = callPackage ../development/python-modules/Cython { };
|
||||
|
||||
cython_3 = self.cython.overridePythonAttrs (old: rec {
|
||||
version = "3.0.0";
|
||||
version = "3.0.2";
|
||||
src = old.src.override {
|
||||
inherit version;
|
||||
hash = "sha256-NQsY+Wc+YxAdu/z3dO4vV8IKxGNtJVdB12ynkBaxvYI=";
|
||||
hash = "sha256-lZSBjcqLsirmWAxSItorxcwyM0NQvS0pSgDYZpvMYbU=";
|
||||
};
|
||||
patches = [ ];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user