Merge pull request #137296 from fabaff/bump-rapidfuzz

python3Packages.rapidfuzz: 1.5.0 -> 1.6.0
This commit is contained in:
Sandro 2021-09-11 14:46:34 +02:00 committed by GitHub
commit ccdb05c42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,11 +5,12 @@
, pytestCheckHook
, hypothesis
, pandas
, numpy
}:
buildPythonPackage rec {
pname = "rapidfuzz";
version = "1.5.0";
version = "1.6.0";
disabled = pythonOlder "3.5";
@ -18,9 +19,13 @@ buildPythonPackage rec {
repo = "RapidFuzz";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-Omo9ActReimYDK9dARG0s32Qq61neDELRechbnwRfwU=";
sha256 = "sha256-dJz6OzzjqWZwzDVJzJVUshK0HDP/Bz5cML0TrwVVcvg=";
};
propagatedBuildInputs = [
numpy
];
checkInputs = [
pytestCheckHook
hypothesis