python: spotipy: 2.10.0 -> 2.12.0

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:32 +02:00
parent 20eb5e40a7
commit 8529531aa4

View file

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