From 567a14536881d891b73dd8bd9ab99d503f6d8578 Mon Sep 17 00:00:00 2001 From: Josh Holland Date: Wed, 5 Feb 2020 00:59:48 +0000 Subject: gnu: streamlink: Update to 1.3.1. * gnu/packages/video.scm (streamlink): Update to 1.3.1. Signed-off-by: Marius Bakke --- gnu/packages/video.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 8c94f0e34a..023dbbdc04 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -36,6 +36,7 @@ ;;; Copyright © 2019 Arne Babenhauserheide ;;; Copyright © 2019 Riku Viitanen ;;; Copyright © 2020 Oleg Pykhalov +;;; Copyright © 2020 Josh Holland ;;; ;;; 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 -- cgit v1.2.3 From ec8194a06727d49a943453d35995edc1c8ecde3f Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Wed, 12 Feb 2020 00:18:35 -0600 Subject: gnu: youtube-viewer: Update to 3.7.4. Contains compatibility fix for recent mpv. * gnu/packages/video.scm (youtube-viewer): Update to 3.7.4. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 843b4e37a2..4bf004e990 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1729,7 +1729,7 @@ audio, images) from the Web. It can use either mpv or vlc for playback.") (define-public youtube-viewer (package (name "youtube-viewer") - (version "3.7.0") + (version "3.7.4") (source (origin (method git-fetch) (uri (git-reference @@ -1738,7 +1738,7 @@ audio, images) from the Web. It can use either mpv or vlc for playback.") (file-name (git-file-name name version)) (sha256 (base32 - "1h0m8rn7najdrzvg5md9albiax287273b40ncrihh9amsvvb47c9")))) + "1plsm1sc04lwlg5h2gapxpykc3cpd4frjll14lamql89dm4a50vi")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) -- cgit v1.2.3