Skip to content

Commit 754f547

Browse files
authored
Merge pull request #317034 from r-ryantm/auto-update/python311Packages.spotipy
python311Packages.spotipy: 2.23.0 -> 2.24.0
2 parents 55013b4 + e137ed6 commit 754f547

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pkgs/development/python-modules/spotipy/default.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,19 @@
1111

1212
buildPythonPackage rec {
1313
pname = "spotipy";
14-
version = "2.23.0";
14+
version = "2.24.0";
1515
format = "setuptools";
1616

17-
disabled = pythonOlder "3.7";
17+
disabled = pythonOlder "3.8";
1818

1919
src = fetchPypi {
2020
inherit pname version;
21-
hash = "sha256-Dfr+CCOdqubBb6po9gtXddQMQRByXhp8VFrUx/tm1Og=";
21+
hash = "sha256-OWr4HmQghlUa8VcnDN/nQsFzlAWHG6nawfplG4ZJ7w0=";
2222
};
2323

2424
propagatedBuildInputs = [
2525
redis
2626
requests
27-
six
2827
urllib3
2928
];
3029

0 commit comments

Comments
 (0)