3
0
Fork 0
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:
Mario Rodas 2020-10-03 22:26:45 -05:00 committed by GitHub
commit d4b4a1aecc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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