Merge pull request #134249 from fabaff/bump-spotipy

python3Packages.spotipy: 2.18.0 -> 2.19.0
This commit is contained in:
Fabian Affolter 2021-08-17 11:58:03 +02:00 committed by GitHub
commit d2045d72e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "spotipy";
version = "2.18.0";
version = "2.19.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-9yk7gIaWgH6azsa9z/Y/fcw8wbFIwMS0KZ70PJZvcXc=";
sha256 = "sha256-kE9ugT26g3dY6VEMG+5R18ohfxaSRmJaE+aTcz3DNUM=";
};
propagatedBuildInputs = [ requests six ];