summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrew Wong <wongandj@icloud.com>2025-04-25 21:36:32 -0400
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-06-30 10:48:21 +0100
commit459cb71ca2f91b6cbf7dc65a73f115b4f1242907 (patch)
treef091b126e0493298c2892a31b6a7ac2d134459b4 /gnu
parentb79adccf449e6ec8954034035f9b593798f54e34 (diff)
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 <ian@retrospec.tv> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/music.scm8
1 files changed, 4 insertions, 4 deletions
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,