python3Packages.spotipyfree: 1.5.0 -> 1.5.1

This commit is contained in:
programmerlexi
2026-05-20 07:55:00 +02:00
parent 06ec919c83
commit 6294aa92a5
@@ -9,13 +9,13 @@
buildPythonPackage (finalAttrs: {
pname = "spotipyfree";
version = "1.5.0";
version = "1.5.1";
pyproject = true;
# no tags on GitHub
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-MwqdvhpMWjGlH8mB2yGUWPghNLllUcbZ6jZjpftpYRk=";
hash = "sha256-kT9k6t46hNqueedbjxJ3CWM+8rLUltOANs8bmq2eu18=";
};
build-system = [ setuptools ];