python311Packages.cython_3: 3.0.7 -> 3.0.9 (#293823)
Changelog: https://github.com/cython/cython/blob/3.0.9/CHANGES.rst
This commit is contained in:
committed by
Martin Weinelt
parent
889ca73247
commit
340b176a7f
@@ -2600,10 +2600,10 @@ self: super: with self; {
|
||||
cython = callPackage ../development/python-modules/cython { };
|
||||
|
||||
cython_3 = self.cython.overridePythonAttrs (old: rec {
|
||||
version = "3.0.7";
|
||||
version = "3.0.9";
|
||||
src = old.src.override {
|
||||
inherit version;
|
||||
hash = "sha256-+ymazzpXhXPBkMhY1J4M+ddfS8ScPyTFpjgEmX7wkhM=";
|
||||
hash = "sha256-otNU8FnR8FXTTPqmLFtovHisLOq2QHFI1H+1CM87pPM=";
|
||||
};
|
||||
patches = [ ];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user