Merge pull request #119466 from fabaff/bump-spotipy

python3Packages.spotipy: 2.17.1 -> 2.18.0
This commit is contained in:
Martin Weinelt 2021-04-15 00:31:35 +02:00 committed by GitHub
commit 4825e07357
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.17.1";
version = "2.18.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-KcYMi5naHEufDXIhabwx5iS4wH1xhrjq3ZwC6NLULL8=";
sha256 = "sha256-9yk7gIaWgH6azsa9z/Y/fcw8wbFIwMS0KZ70PJZvcXc=";
};
propagatedBuildInputs = [ requests six ];