about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-04-04 12:13:01 +0200
committerGitHub <noreply@github.com>2023-04-04 12:13:01 +0200
commit5694161764937eb74ca6734003547c320b322ce4 (patch)
tree900224dca0adbee8314d15c7bcc5f6058a3959bd /pkgs/top-level
parentfea1100c994af187b2ae49a7f44dd1591dfa1697 (diff)
parent5c5dc43305f18857eb6b32ab165dc795f359716f (diff)
Merge pull request #224109 from dotlambda/rapidfuzz-2.14.0
python310Packages.rapidfuzz: 2.13.7 -> 2.14.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 0d0ab98e980f8..1fc4fe9ed5e58 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -2210,10 +2210,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 = [ ];
   });