python311Packages.rapidfuzz: 3.8.1 -> 3.9.1

This commit is contained in:
R. Ryantm 2024-05-19 23:27:34 +00:00
parent 8036f1ffa7
commit 9836ec421f

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 = ''