python310Packages.rapidfuzz: 2.13.6 -> 2.13.7
https://github.com/maxbachmann/RapidFuzz/blob/v2.13.7/CHANGELOG.rst
This commit is contained in:
committed by
Robert Schütz
parent
8d0438e1d4
commit
be9e162725
@@ -18,7 +18,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "rapidfuzz";
|
||||
version = "2.13.6";
|
||||
version = "2.13.7";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
@@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
owner = "maxbachmann";
|
||||
repo = "RapidFuzz";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-TvauQ5U3+xF01HuYsnmuPn3uqoDSg42vYk2qR9AdBIg=";
|
||||
hash = "sha256-ZovXYOoLriAmJHptolD135qCn7XHeVvzLJNzI08mqwY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user