python310Packages.cython_3: 3.0.0b2 -> 3.0.0
https://github.com/cython/cython/blob/3.0.0/CHANGES.rst
This commit is contained in:
@@ -2357,10 +2357,10 @@ self: super: with self; {
|
||||
cython = callPackage ../development/python-modules/Cython { };
|
||||
|
||||
cython_3 = self.cython.overridePythonAttrs (old: rec {
|
||||
version = "3.0.0b2";
|
||||
version = "3.0.0";
|
||||
src = old.src.override {
|
||||
inherit version;
|
||||
hash = "sha256-bEKAZWV56STBGURyR2ZLsi+v7cfezKWTqOogvdV9Z1U=";
|
||||
hash = "sha256-NQsY+Wc+YxAdu/z3dO4vV8IKxGNtJVdB12ynkBaxvYI=";
|
||||
};
|
||||
patches = [ ];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user