mbakke pushed a commit to branch master
in repository guix.
commit 567a14536881d891b73dd8bd9ab99d503f6d8578
Author: Josh Holland <[email protected]>
AuthorDate: Wed Feb 5 00:59:48 2020 +0000
gnu: streamlink: Update to 1.3.1.
* gnu/packages/video.scm (streamlink): Update to 1.3.1.
Signed-off-by: Marius Bakke <[email protected]>
---
gnu/packages/video.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8c94f0e..023dbbd 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -36,6 +36,7 @@
;;; Copyright © 2019 Arne Babenhauserheide <[email protected]>
;;; Copyright © 2019 Riku Viitanen <[email protected]>
;;; Copyright © 2020 Oleg Pykhalov <[email protected]>
+;;; Copyright © 2020 Josh Holland <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2182,14 +2183,14 @@ and custom quantization matrices.")
(define-public streamlink
(package
(name "streamlink")
- (version "1.3.0")
+ (version "1.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "streamlink" version))
(sha256
(base32
- "0593ffjpz82jrljnzxfafkcmcqad3r1ijjan0hm04xjcnxc9cr00"))))
+ "0cnlg3ra3g6dml4xfy9ysy9b4qwyn458fadd8ac44cfwi3v4gq6y"))))
(build-system python-build-system)
(home-page "https://github.com/streamlink/streamlink")
(native-inputs