From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40251) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iz93w-0006wY-8X for guix-patches@gnu.org; Tue, 04 Feb 2020 20:01:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iz93u-0000fi-ID for guix-patches@gnu.org; Tue, 04 Feb 2020 20:01:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39011) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iz93u-0000fQ-DK for guix-patches@gnu.org; Tue, 04 Feb 2020 20:01:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iz93u-00018y-6r for guix-patches@gnu.org; Tue, 04 Feb 2020 20:01:02 -0500 Subject: [bug#39429] [PATCH] gnu: streamlink: Update to 1.3.1. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:40182) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iz93S-0006nv-7f for guix-patches@gnu.org; Tue, 04 Feb 2020 20:00:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iz93R-0000Ja-32 for guix-patches@gnu.org; Tue, 04 Feb 2020 20:00:34 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:46447) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iz93Q-0000EN-IZ for guix-patches@gnu.org; Tue, 04 Feb 2020 20:00:33 -0500 From: Josh Holland Date: Wed, 5 Feb 2020 00:59:48 +0000 Message-Id: <20200205005947.19554-1-josh@inv.alid.pw> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39429@debbugs.gnu.org Cc: Josh Holland * gnu/packages/video.scm (streamlink): Update to 1.3.1. --- This fixes compatibility with the mpv media player. 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 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 -- 2.25.0