diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-06-07 09:16:32 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-06-07 09:16:32 +0300 |
commit | f9d40736125e55976b7c226f00b6919e2bdfddf1 (patch) | |
tree | ea144b232e4b1c89546fe5495b483389aa6e6aa9 /gnu | |
parent | 99d27a1353209c9a33f9c3ba6bd658ae1b1cc617 (diff) | |
download | guix-f9d40736125e55976b7c226f00b6919e2bdfddf1.tar guix-f9d40736125e55976b7c226f00b6919e2bdfddf1.tar.gz |
gnu: streamlink: Update to 1.4.1.
* gnu/packages/video.scm (streamlink): Update to 1.4.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index b2d359cac2..6efe6ed190 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2253,14 +2253,14 @@ and custom quantization matrices.") (define-public streamlink (package (name "streamlink") - (version "1.3.1") + (version "1.4.1") (source (origin (method url-fetch) (uri (pypi-uri "streamlink" version)) (sha256 (base32 - "0cnlg3ra3g6dml4xfy9ysy9b4qwyn458fadd8ac44cfwi3v4gq6y")))) + "1s458k8z1lv0w8i82sxs8dys66fwm4yr9j1m7fzp7r0piz8phcpd")))) (build-system python-build-system) (home-page "https://github.com/streamlink/streamlink") (native-inputs |