python3Packages.rank-bm25: fix src.repo, replace src.rev with src.tag
This commit is contained in:
@@ -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=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user