python312Packages.rapidfuzz: 3.10.1 -> 3.11.0 (#372574)

This commit is contained in:
Robert Schütz
2025-01-09 23:32:12 -08:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "rapidfuzz";
version = "3.10.1";
version = "3.11.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "maxbachmann";
repo = "RapidFuzz";
tag = "v${version}";
hash = "sha256-0L8nkjgWdP/w//M69ZRxYk9If3CIEcnAl9mkJKJ4o1g=";
hash = "sha256-wsY0JCY8unLIMs01SLgQMOu9RQ0qTdPAZ71e6TigTVQ=";
};
postPatch = ''