Merge pull request #298820 from r-ryantm/auto-update/python312Packages.rapidfuzz

python312Packages.rapidfuzz: 3.6.2 -> 3.7.0
This commit is contained in:
Robert Schütz 2024-03-25 16:36:06 +00:00 committed by GitHub
commit 0c14ba3fd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "rapidfuzz";
version = "3.6.2";
version = "3.7.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "maxbachmann";
repo = "RapidFuzz";
rev = "refs/tags/v${version}";
hash = "sha256-rezyw0v1VijMe78ip3U+Jd+NQExW+gQXjs8qkcPNcUk=";
hash = "sha256-BwU9Ti35Dsaa+kT78h3lsjw4sI1RQdhukTPTeJDyBw0=";
};
postPatch = ''