gnu: streamlink: Update to 0.11.0.
* gnu/packages/video.scm (streamlink): Update to 0.11.0. [native-inputs]: Add python-urllib3.
This commit is contained in:
parent
8e88f6fa82
commit
bba66e7a60
1 changed files with 4 additions and 3 deletions
|
@ -1753,14 +1753,14 @@ and custom quantization matrices.")
|
||||||
(define-public streamlink
|
(define-public streamlink
|
||||||
(package
|
(package
|
||||||
(name "streamlink")
|
(name "streamlink")
|
||||||
(version "0.10.0")
|
(version "0.11.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "streamlink" version))
|
(uri (pypi-uri "streamlink" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17299xnd9jzi7m1d2rr4xdlj47q64bzj2957nlsrhw0hskds1s6h"))))
|
"02h8b3k8l5zz4vjm0nhxvl1pm924jms8y7sjl40fbybrzvsa4mg2"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://github.com/streamlink/streamlink")
|
(home-page "https://github.com/streamlink/streamlink")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -1773,7 +1773,8 @@ and custom quantization matrices.")
|
||||||
("python-iso3166" ,python-iso3166)
|
("python-iso3166" ,python-iso3166)
|
||||||
("python-iso639" ,python-iso639)
|
("python-iso639" ,python-iso639)
|
||||||
("python-pycryptodome" ,python-pycryptodome)
|
("python-pycryptodome" ,python-pycryptodome)
|
||||||
("python-requests" ,python-requests)))
|
("python-requests" ,python-requests)
|
||||||
|
("python-urllib3" ,python-urllib3)))
|
||||||
(synopsis "Extract streams from various services")
|
(synopsis "Extract streams from various services")
|
||||||
(description "Streamlink is command-line utility that extracts streams
|
(description "Streamlink is command-line utility that extracts streams
|
||||||
from sites like Twitch.tv and pipes them into a video player of choice.")
|
from sites like Twitch.tv and pipes them into a video player of choice.")
|
||||||
|
|
Reference in a new issue