mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-jellyfin-apiclient: Update to 1.11.0.
* gnu/packages/python-xyz.scm (python-jellyfin-apiclient): Update to 1.11.0. Change-Id: I7be4b4737bfe50abb0dae740008eafa41c9cc9ca
This commit is contained in:
parent
7a4193ec4a
commit
032ffbc747
1 changed files with 8 additions and 5 deletions
|
@ -29417,15 +29417,18 @@ python-mpv, but it uses the JSON IPC protocol instead of the C API.")
|
||||||
(define-public python-jellyfin-apiclient
|
(define-public python-jellyfin-apiclient
|
||||||
(package
|
(package
|
||||||
(name "python-jellyfin-apiclient")
|
(name "python-jellyfin-apiclient")
|
||||||
(version "1.9.2")
|
(version "1.11.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (pypi-uri "jellyfin-apiclient-python" version))
|
(uri
|
||||||
|
(git-reference
|
||||||
|
(url "https://github.com/jellyfin/jellyfin-apiclient-python.git")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0r67cp9nizvn3cbslgi30zpd3mw4a6zal0ygik3jv5lni1xdkk5w"))))
|
(base32 "1l30r7s4djvcsnf342af8mvh4c68v9b37j5y47k6cpaj8fj78lac"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(native-inputs (list python-setuptools python-pytest python-wheel))
|
||||||
(propagated-inputs (list python-certifi python-requests python-urllib3
|
(propagated-inputs (list python-certifi python-requests python-urllib3
|
||||||
python-websocket-client))
|
python-websocket-client))
|
||||||
(home-page "https://github.com/jellyfin/jellyfin-apiclient-python")
|
(home-page "https://github.com/jellyfin/jellyfin-apiclient-python")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue