python310Packages.rapidfuzz: 2.4.2 -> 2.4.3

https://github.com/maxbachmann/RapidFuzz/releases/tag/v2.4.3
This commit is contained in:
Robert Schütz 2022-08-11 11:45:52 +00:00 committed by Jonathan Ringer
parent dc8cd70067
commit 361b400464

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "rapidfuzz";
version = "2.4.2";
version = "2.4.3";
disabled = pythonOlder "3.6";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "maxbachmann";
repo = "RapidFuzz";
rev = "refs/tags/v${version}";
hash = "sha256-nLYxPGK+7ThvpsmvF2zlo+DqykY8bW1j2si3Lnyq7oo=";
hash = "sha256-KKRqSMU1AzXYDB50CBQ1ZcL87KgG2/tL+cmR1jnrTVk=";
};
nativeBuildInputs = [