emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39429: closed ([PATCH] gnu: streamlink: Update to 1.3.1.)


From: GNU bug Tracking System
Subject: bug#39429: closed ([PATCH] gnu: streamlink: Update to 1.3.1.)
Date: Wed, 05 Feb 2020 20:47:02 +0000

Your message dated Wed, 05 Feb 2020 21:46:35 +0100
with message-id <address@hidden>
and subject line Re: [bug#39429] [PATCH] gnu: streamlink: Update to 1.3.1.
has caused the debbugs.gnu.org bug report #39429,
regarding [PATCH] gnu: streamlink: Update to 1.3.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39429: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39429
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: streamlink: Update to 1.3.1. Date: Wed, 5 Feb 2020 00:59:48 +0000
* 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 <address@hidden>
 ;;; Copyright © 2019 Riku Viitanen <address@hidden>
 ;;; Copyright © 2020 Oleg Pykhalov <address@hidden>
+;;; Copyright © 2020 Josh Holland <address@hidden>
 ;;;
 ;;; 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



--- End Message ---
--- Begin Message --- Subject: Re: [bug#39429] [PATCH] gnu: streamlink: Update to 1.3.1. Date: Wed, 05 Feb 2020 21:46:35 +0100 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Josh Holland <address@hidden> writes:

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

Applied, thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]