lol

python3Packages.rapidfuzz: 3.11.0 -> 3.12.0

https://github.com/maxbachmann/RapidFuzz/blob/v3.12.0/CHANGELOG.rst

+1 -1
+1 -1
pkgs/development/python-modules/rapidfuzz/default.nix
··· 87 87 meta = with lib; { 88 88 description = "Rapid fuzzy string matching"; 89 89 homepage = "https://github.com/maxbachmann/RapidFuzz"; 90 - changelog = "https://github.com/maxbachmann/RapidFuzz/blob/${src.rev}/CHANGELOG.rst"; 90 + changelog = "https://github.com/maxbachmann/RapidFuzz/blob/${src.tag}/CHANGELOG.rst"; 91 91 license = licenses.mit; 92 92 maintainers = with maintainers; [ dotlambda ]; 93 93 };