python27Packages.spotipy: 2.9.0 -> 2.10.0

This commit is contained in:
R. RyanTM 2020-04-07 10:14:50 +00:00 committed by Jon
parent 91203053fa
commit a76df6a6c1

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "spotipy"; pname = "spotipy";
version = "2.9.0"; version = "2.10.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "163z3j0sd9a7cc9pv9hcrh230gisvvi2fxabh1f6nzhfr8avrncr"; sha256 = "0s2f9yxhfkfipbb06965gfjq4lg0khp5vcykijrx6dzxyh20vggm";
}; };
propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests ];