Merge pull request #118245 from fabaff/bump-spotipy

This commit is contained in:
Martin Weinelt 2021-04-01 17:18:47 +02:00 committed by GitHub
commit 7e4d180b88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "spotipy";
version = "2.16.1";
version = "2.17.1";
src = fetchPypi {
inherit pname version;
sha256 = "1f50xczv8kgly6wz6zrvqzwdj6nvhdlgx8wnrhmbipjrb6qacr25";
sha256 = "sha256-KcYMi5naHEufDXIhabwx5iS4wH1xhrjq3ZwC6NLULL8=";
};
propagatedBuildInputs = [ requests six ];

View file

@ -304,6 +304,7 @@ in with py.pkgs; buildPythonApplication rec {
"smtp"
"solaredge"
"sonos"
"spotify"
"sql"
"ssdp"
"stream"