python: spotipy: 2.12.0 -> 2.13.0

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:16 +02:00
parent 72097186b3
commit ab72c561ca
1 changed files with 2 additions and 2 deletions

View File

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