python3Packages.rank-bm25: fix src.repo, replace src.rev with src.tag

This commit is contained in:
Justin Restivo
2025-12-14 02:56:22 -05:00
parent f5a08400ee
commit c3a86553c5
@@ -16,8 +16,8 @@ buildPythonPackage {
# Pypi source package doesn't contain tests
src = fetchFromGitHub {
owner = "dorianbrown";
repo = "rank-bm25";
rev = version;
repo = "rank_bm25";
tag = version;
hash = "sha256-+BxQBflMm2AvCLAFFj52Jpkqn+KErwYXU1wztintgOg=";
};