diff mbox series

[bug#39429] gnu: streamlink: Update to 1.3.1.

Message ID 20200205005947.19554-1-josh@inv.alid.pw
State Accepted
Headers show
Series [bug#39429] gnu: streamlink: Update to 1.3.1. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Josh Holland Feb. 5, 2020, 12:59 a.m. UTC
* 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(-)

--
2.25.0

Comments

Marius Bakke Feb. 5, 2020, 8:46 p.m. UTC | #1
Josh Holland <josh@inv.alid.pw> writes:

> * gnu/packages/video.scm (streamlink): Update to 1.3.1.
> ---
> This fixes compatibility with the mpv media player.

Applied, thanks!
diff mbox series

Patch

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 <arne_bab@web.de>
 ;;; Copyright © 2019 Riku Viitanen <riku.viitanen@protonmail.com>
 ;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
+;;; Copyright © 2020 Josh Holland <josh@inv.alid.pw>
 ;;;
 ;;; 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