From 459cb71ca2f91b6cbf7dc65a73f115b4f1242907 Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Fri, 25 Apr 2025 21:36:32 -0400 Subject: gnu: python-discogs-client: Update to 2.8. * gnu/packages/music.scm (python-discogs-client): Update to 2.8. Change-Id: I6fed062abd623bb3eb6ffc4dccf170fd58544d2e Reviewed-by: Ian Eure Signed-off-by: Sharlatan Hellseher --- gnu/packages/music.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index b82c9e40cd3..61698196890 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -5118,20 +5118,20 @@ provide a very simple interface for editing and playing MIDI loops.") (define-public python-discogs-client (package (name "python-discogs-client") - (version "2.3.12") + (version "2.8") (source (origin (method url-fetch) - (uri (pypi-uri "python3-discogs-client" version)) + (uri (pypi-uri "python3_discogs_client" version)) (sha256 (base32 - "1zmib0i9jicv9fyphgkcrk418qmpv3l4p38ibl31sh237ki5xqw9")))) + "0fxk8q8z5v5l961d9z2ywq49i2fz50h074p81zv6w6j9zzs7fb0g")))) (build-system python-build-system) (propagated-inputs (list python-dateutil python-oauthlib python-requests)) (home-page "https://github.com/joalla/discogs_client") (synopsis "Python client for the Discogs API") (description "This is the continuation of the official Discogs API -client for Python. It enables you to query the Discogs database for +client for Python. It enables you to query the Discogs database for information on artists, releases, labels, users, Marketplace listings, and more. It also supports OAuth 1.0a authorization, which allows you to change user data such as profile information, collections and wantlists, -- cgit v1.3