python3Packages.rapidfuzz: 1.7.0 -> 1.7.1

This commit is contained in:
Fabian Affolter 2021-10-03 20:21:49 +02:00
parent 6aae893f3d
commit 6c07b4a3f8

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "rapidfuzz";
version = "1.7.0";
version = "1.7.1";
disabled = pythonOlder "3.5";
@ -19,7 +19,7 @@ buildPythonPackage rec {
repo = "RapidFuzz";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-vK2MnFdZOAO+0WNM20w2vz5Yh2buI+fl7teHQqwuiUk=";
sha256 = "sha256-41Ga8BeqVMC9XI+R+ajonUcQ5R3wtizJFzHy9Rqm+DM=";
};
propagatedBuildInputs = [