python27Packages.spotipy: 2.7.1 -> 2.9.0
This commit is contained in:
parent
79217339d2
commit
6212e0aa15
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue