Merge pull request #207001 from fabaff/spotipy-bump

python310Packages.spotipy: 2.21.0 -> 2.22.0
This commit is contained in:
Fabian Affolter 2022-12-21 08:16:30 +01:00 committed by GitHub
commit 100cb30c00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "spotipy";
version = "2.21.0";
version = "2.22.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-YhFhqbWqAVaBwu4buIc87i7mtEDYQEDanSpXzWf31eU=";
hash = "sha256-uLnumxbOJZ49utvHi0DzdgzcTMM9t9kwJS7HkJEhdtA=";
};
propagatedBuildInputs = [