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:
commit
70a865c6ae
@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "spotipy";
|
pname = "spotipy";
|
||||||
version = "2.7.1";
|
version = "2.9.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1i4gpmvjk608fxz1kwfb3dnmm4dydr0bir0zw9k2nng7n8b6knvr";
|
sha256 = "163z3j0sd9a7cc9pv9hcrh230gisvvi2fxabh1f6nzhfr8avrncr";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests ];
|
propagatedBuildInputs = [ requests ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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";
|
description = "A light weight Python library for the Spotify Web API";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.rvolosatovs ];
|
maintainers = [ maintainers.rvolosatovs ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user