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:
Martin Weinelt
2023-07-28 12:13:28 +02:00
parent 55717243ed
commit 59a8e9915e
+2 -2
View File
@@ -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 = [ ];
});