python3Packages.troi: 2025.08.06.3 -> 2026.03.03.0 (#497693)

This commit is contained in:
Aleksana
2026-03-08 08:24:37 +00:00
committed by GitHub
@@ -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 = [