Unverified Commit 14cec236 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

parents fd74150b 584768e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+2 −2
Original line number Diff line number Diff line
@@ -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 = [