forked from mirrors/nixpkgs
Merge pull request #99461 from r-ryantm/auto-update/python2.7-spotipy
python27Packages.spotipy: 2.13.0 -> 2.16.0
This commit is contained in:
commit
d4b4a1aecc
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "spotipy";
|
||||
version = "2.13.0";
|
||||
version = "2.16.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "d1a85b8831ed60d2290ab9bbba289c548fb9680889757252c02dab2f2327d865";
|
||||
sha256 = "315eadd1248053ed336b4d3adbf2e3c32895fdbb0cfcd170542c848c8fd45649";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ requests six ];
|
||||
|
|
Loading…
Reference in a new issue