python3Packages.spotipyfree: 1.9.12 -> 1.9.13 (#535119)

This commit is contained in:
dotlambda
2026-06-25 05:19:14 +00:00
committed by GitHub

View File

@@ -9,13 +9,13 @@
buildPythonPackage (finalAttrs: {
pname = "spotipyfree";
version = "1.9.12";
version = "1.9.13";
pyproject = true;
# no tags on GitHub
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-66SITvhrKd1dJucd626Qy9jW9qZYgH/PWYyto3F4Big=";
hash = "sha256-jbeZNoB1Sep73ccJaggFZb2AGq5OSZf6f/OzWwFB+pA=";
};
build-system = [ setuptools ];