mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
Merge pull request #282142 from r-ryantm/auto-update/python311Packages.thefuzz
python311Packages.thefuzz: 0.20.0 -> 0.22.1
This commit is contained in:
commit
7b19f8469c
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user