python3Packages.rapidfuzz: 1.4.1 -> 1.5.0

This commit is contained in:
Fabian Affolter 2021-08-25 10:47:59 +02:00
parent 098ca1a9aa
commit 49ab8cc8e8

View File

@ -9,7 +9,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "rapidfuzz"; pname = "rapidfuzz";
version = "1.4.1"; version = "1.5.0";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.5";
@ -18,7 +18,7 @@ buildPythonPackage rec {
repo = "RapidFuzz"; repo = "RapidFuzz";
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "sha256-uZdD25ATJgRrDAHYSQNp7NvEmW7p3LD9vNmxAbf5Mwk="; sha256 = "sha256-Omo9ActReimYDK9dARG0s32Qq61neDELRechbnwRfwU=";
}; };
checkInputs = [ checkInputs = [