python3Packages.rapidfuzz: 1.7.1 -> 1.8.0

conduit-nginx
Fabian Affolter 2021-10-21 18:32:34 +02:00
parent e32dde36b0
commit b33cc38394
1 changed files with 2 additions and 2 deletions

View File

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