diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-31 22:01:44 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:42 +0000 |
| commit | 63c84baa55340eb13fec8f80633cf72b6a0d322f (patch) | |
| tree | e2fd3e5831ad9323225de61a96dee7fc7eb30ae3 /gnu | |
| parent | 9ab906b2e93e187fe7dce0f4b4984f376be241ea (diff) | |
gnu: streamlink: Update to 7.6.0.
* gnu/packages/video.scm (streamlink): Update to 7.6.0.
[native-inputs]: Remove python-wheel.
Change-Id: I41d31e2d424919a4253f1c7492aaa115fc204700
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/video.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index fca60fdc46b..00ee62b47dc 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3816,14 +3816,14 @@ and custom quantization matrices.") (define-public streamlink (package (name "streamlink") - (version "7.1.2") + (version "7.6.0") (source (origin (method url-fetch) (uri (pypi-uri "streamlink" version)) (sha256 (base32 - "1mvg8lw3rkng6ciryziqh9r4ffj0ls7k0sv3byk3439s5d2qxh31")))) + "0rljq1zqa1z9jpn9n5gn90drl59pw8y56fsn3z35bavxmczrbpx1")))) (build-system pyproject-build-system) (arguments (list @@ -3833,8 +3833,7 @@ and custom quantization matrices.") python-pytest python-pytest-trio python-requests-mock - python-setuptools - python-wheel)) + python-setuptools)) (propagated-inputs (list python-certifi python-exceptiongroup |
