python3Packages.spotipyfree: 1.8.1 -> 1.9.5 (#529043)

This commit is contained in:
dotlambda 2026-06-07 15:29:12 +00:00 committed by GitHub
commit 074b274bf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,13 +9,13 @@
buildPythonPackage (finalAttrs: {
pname = "spotipyfree";
version = "1.8.1";
version = "1.9.5";
pyproject = true;
# no tags on GitHub
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-HQJf0xkpUxykwa27kSdATSc6LL+uYtigzN/l+xRi6yc=";
hash = "sha256-1QvcyQcQsLXsEzk6fbNw9lga4KCcoPpxJGorJoacHto=";
};
build-system = [ setuptools ];