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

python311Packages.rapidfuzz: 3.8.1 -> 3.9.1
This commit is contained in:
Robert Schütz 2024-05-21 00:06:36 +00:00 committed by GitHub
commit cf87bb22c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "rapidfuzz";
version = "3.8.1";
version = "3.9.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "maxbachmann";
repo = "RapidFuzz";
rev = "refs/tags/v${version}";
hash = "sha256-ljuqezL/Iu4VQelPi7KApBknDrWzikX7FD5iw5NcOL4=";
hash = "sha256-HwTVaPFVktdt1/MfNYajRqVr9uSg6oc++yVvY0WC9AQ=";
};
postPatch = ''