python3Packages.cython_3: 3.0.0a10 -> 3.0.0a11

This commit is contained in:
Martin Weinelt
2022-09-18 23:57:31 +02:00
parent f2a71e956b
commit 3b269688f1
+2 -2
View File
@@ -2197,10 +2197,10 @@ in {
cython = callPackage ../development/python-modules/Cython { };
cython_3 = self.cython.overridePythonAttrs (old: rec {
version = "3.0.0a10";
version = "3.0.0a11";
src = old.src.override {
inherit version;
sha256 = "342e95121a3d1a67cbcf7b340391eb40cc5ce3d2a79d7873e005e8783353d89d";
hash = "sha256-5GckkfsxVGuau2Nnf2OOc4CF3JMhOYFwlW72+/wOFyY=";
};
patches = [ ];
});