python3Packages.rapidfuzz: 1.6.0 -> 1.6.2

This commit is contained in:
Fabian Affolter 2021-09-21 00:30:11 +02:00
parent f769b2a168
commit 7be344c926

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "rapidfuzz";
version = "1.6.0";
version = "1.6.2";
disabled = pythonOlder "3.5";
@ -19,7 +19,7 @@ buildPythonPackage rec {
repo = "RapidFuzz";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-dJz6OzzjqWZwzDVJzJVUshK0HDP/Bz5cML0TrwVVcvg=";
sha256 = "sha256-tzjtvM5b9RD+Uqg5wT+FtSgjbAc0IgoDAmUFNpXQ9KA=";
};
propagatedBuildInputs = [