python3Packages.troi: 2025.08.06.3 -> 2026.03.03.0

This commit is contained in:
R. Ryantm
2026-03-07 20:45:29 +00:00
parent 7a5d8e9551
commit e66cbfc676
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "troi";
version = "2025.08.06.3";
version = "2026.03.03.0";
pyproject = true;
src = fetchFromGitHub {
owner = "metabrainz";
repo = "troi-recommendation-playground";
tag = "v${version}";
hash = "sha256-qLnXaNb1Kon+XPJYCPe31EgXpukIfzTa+LADOzFjE9Q=";
hash = "sha256-G7w6VPxsj+7xxKw2sMzXJAHZVyu5mmMIwhbWdWUguKs=";
};
build-system = [