python310Packages.cython_3: 3.0.0a11 -> 3.0.0b2

Changelog: https://github.com/cython/cython/blob/3.0.0b2/CHANGES.rst
This commit is contained in:
Robert Schütz
2023-03-31 11:15:04 -07:00
parent 22793aa0a2
commit d8cd324e3c
+2 -2
View File
@@ -2208,10 +2208,10 @@ self: super: with self; {
cython = callPackage ../development/python-modules/Cython { };
cython_3 = self.cython.overridePythonAttrs (old: rec {
version = "3.0.0a11";
version = "3.0.0b2";
src = old.src.override {
inherit version;
hash = "sha256-5GckkfsxVGuau2Nnf2OOc4CF3JMhOYFwlW72+/wOFyY=";
hash = "sha256-bEKAZWV56STBGURyR2ZLsi+v7cfezKWTqOogvdV9Z1U=";
};
patches = [ ];
});