[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: streamlink: Update to 1.7.0.
From: |
guix-commits |
Subject: |
07/08: gnu: streamlink: Update to 1.7.0. |
Date: |
Sun, 29 Nov 2020 15:53:16 -0500 (EST) |
wigust pushed a commit to branch master
in repository guix.
commit c039751bc5696f2d2e6a7e3d736a219d4dfafc74
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Nov 29 23:05:58 2020 +0300
gnu: streamlink: Update to 1.7.0.
* gnu/packages/video.scm (streamlink): Update to 1.7.0.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 57563fd..51c5b9d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2845,14 +2845,14 @@ and custom quantization matrices.")
(define-public streamlink
(package
(name "streamlink")
- (version "1.4.1")
+ (version "1.7.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "streamlink" version))
(sha256
(base32
- "1s458k8z1lv0w8i82sxs8dys66fwm4yr9j1m7fzp7r0piz8phcpd"))))
+ "0ymqxzpwk7mr77w0dnnv7dj63d46q7cl1l4vj9llgn8jfaj64ypq"))))
(build-system python-build-system)
(home-page "https://github.com/streamlink/streamlink")
(native-inputs
- branch master updated (6970d35 -> 084695f), guix-commits, 2020/11/29
- 02/08: gnu: xclickroot: Update to 1.2., guix-commits, 2020/11/29
- 03/08: gnu: xmenu: Update to 4.4.1., guix-commits, 2020/11/29
- 04/08: gnu: emacs-dired-rsync: Update to 0.5., guix-commits, 2020/11/29
- 05/08: gnu: xnotify: Update to 0.7.3., guix-commits, 2020/11/29
- 06/08: gnu: cava: Update to 0.7.3., guix-commits, 2020/11/29
- 01/08: gnu: webssh: Update to 1.5.3., guix-commits, 2020/11/29
- 07/08: gnu: streamlink: Update to 1.7.0.,
guix-commits <=
- 08/08: gnu: emacs-dashboard: Update to 1.7.0., guix-commits, 2020/11/29