Skip to content

Commit d9fff27

Browse files
authored
python312Packages.spotipy: 2.25.0 -> 2.25.1 (#388882)
2 parents 598e3ab + 999e032 commit d9fff27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
buildPythonPackage rec {
1212
pname = "spotipy";
13-
version = "2.25.0";
13+
version = "2.25.1";
1414
format = "setuptools";
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
inherit pname version;
20-
hash = "sha256-xycg74U1Wv+Vn3/o2J3tSFBNjDO5JYPbkOwW2qwNpU8=";
20+
hash = "sha256-YH08Q3IrfiF6fmyC8XJYt5i5KlEgF9YMBjI9Yq6BTNc=";
2121
};
2222

2323
propagatedBuildInputs = [

0 commit comments

Comments
 (0)