Merge pull request #316105 from r-ryantm/auto-update/python311Packages.rapidfuzz

python311Packages.rapidfuzz: 3.9.1 -> 3.9.2
This commit is contained in:
Robert Schütz
2024-05-31 12:29:36 +00:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "rapidfuzz";
version = "3.9.1";
version = "3.9.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "maxbachmann";
repo = "RapidFuzz";
rev = "refs/tags/v${version}";
hash = "sha256-HwTVaPFVktdt1/MfNYajRqVr9uSg6oc++yVvY0WC9AQ=";
hash = "sha256-mPfS/p/Gwc/aobTZMJqbUkpEq60PC7DSiAXBanlNt+8=";
};
postPatch = ''