Merge pull request #252051 from tjni/cython_3

This commit is contained in:
Artturi 2023-09-04 05:00:57 +03:00 committed by GitHub
commit 7c02f241d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [ ];
});