python3Packages.rapidfuzz: 3.11.0 -> 3.12.0
https://github.com/maxbachmann/RapidFuzz/blob/v3.12.0/CHANGELOG.rst
This commit is contained in:
@@ -87,7 +87,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Rapid fuzzy string matching";
|
||||
homepage = "https://github.com/maxbachmann/RapidFuzz";
|
||||
changelog = "https://github.com/maxbachmann/RapidFuzz/blob/${src.rev}/CHANGELOG.rst";
|
||||
changelog = "https://github.com/maxbachmann/RapidFuzz/blob/${src.tag}/CHANGELOG.rst";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user