all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#39429] [PATCH] gnu: streamlink: Update to 1.3.1.
@ 2020-02-05  0:59 Josh Holland
  2020-02-05 20:46 ` bug#39429: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Holland @ 2020-02-05  0:59 UTC (permalink / raw)
  To: 39429; +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 <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
--
2.25.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#39429: [PATCH] gnu: streamlink: Update to 1.3.1.
  2020-02-05  0:59 [bug#39429] [PATCH] gnu: streamlink: Update to 1.3.1 Josh Holland
@ 2020-02-05 20:46 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-02-05 20:46 UTC (permalink / raw)
  To: Josh Holland, 39429-done

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

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!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-05 20:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-05  0:59 [bug#39429] [PATCH] gnu: streamlink: Update to 1.3.1 Josh Holland
2020-02-05 20:46 ` bug#39429: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.