python3Packages.rapidfuzz: 3.11.0 -> 3.12.0

https://github.com/maxbachmann/RapidFuzz/blob/v3.12.0/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:08 +01:00
parent eec04b0c95
commit 0df6999ea4
@@ -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 ];
};