Merge pull request #81617 from r-ryantm/auto-update/python2.7-spotipy

python27Packages.spotipy: 2.7.1 -> 2.9.0
This commit is contained in:
Mario Rodas
2020-03-05 07:27:24 -05:00
committed by GitHub

View File

@@ -2,17 +2,17 @@
buildPythonPackage rec {
pname = "spotipy";
version = "2.7.1";
version = "2.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "1i4gpmvjk608fxz1kwfb3dnmm4dydr0bir0zw9k2nng7n8b6knvr";
sha256 = "163z3j0sd9a7cc9pv9hcrh230gisvvi2fxabh1f6nzhfr8avrncr";
};
propagatedBuildInputs = [ requests ];
meta = with stdenv.lib; {
homepage = https://spotipy.readthedocs.org/;
homepage = "https://spotipy.readthedocs.org/";
description = "A light weight Python library for the Spotify Web API";
license = licenses.mit;
maintainers = [ maintainers.rvolosatovs ];