python311Packages.rapidfuzz: 3.9.1 -> 3.9.2

This commit is contained in:
R. Ryantm
2024-05-31 09:38:43 +00:00
parent 5f6ccfaad5
commit 87446101d3
@@ -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 = ''