Merge pull request #282142 from r-ryantm/auto-update/python311Packages.thefuzz

python311Packages.thefuzz: 0.20.0 -> 0.22.1
This commit is contained in:
Fabian Affolter 2024-01-20 08:41:26 +01:00 committed by GitHub
commit 7b19f8469c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "thefuzz";
version = "0.20.0";
version = "0.22.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ol5JeGscRgPH/G4taea8ZgmCopGWmLU2/4NU4GMcxA0=";
hash = "sha256-cTgDmn7PVA2jI3kthZLvmQKx1563jBR9TyBmTeefNoA=";
};
propagatedBuildInputs = [ levenshtein ];