python27Packages.spotipy: 2.7.1 -> 2.9.0

This commit is contained in:
R. RyanTM 2020-03-03 13:09:48 +00:00
parent 79217339d2
commit 6212e0aa15

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 ];