python3Packages.spotipy: 2.25.2 -> 2.26.0 (#496758)

This commit is contained in:
Weijia Wang
2026-04-21 07:05:47 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "spotipy";
version = "2.25.2";
version = "2.26.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-XtRcBEFWylUYmX4lArHyweczZAfLH7j+ES0US01Sgsg=";
hash = "sha256-32ol2CCQcu+ozqFlYI7mRIhOOAT4dittjgbKGlx/imM=";
};
propagatedBuildInputs = [
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "troi";
version = "2026.03.03.0";
version = "2026.03.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "metabrainz";
repo = "troi-recommendation-playground";
tag = "v${version}";
hash = "sha256-G7w6VPxsj+7xxKw2sMzXJAHZVyu5mmMIwhbWdWUguKs=";
hash = "sha256-wZeWdps60cOO5aIPZLGjZMsgEqAjnKuA56WKXVg9nuo=";
};
build-system = [