guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: streamlink: Update to 2.0.0.


From: guix-commits
Subject: branch master updated: gnu: streamlink: Update to 2.0.0.
Date: Tue, 09 Feb 2021 11:45:27 -0500

This is an automated email from the git hooks/post-receive script.

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3f95ac9  gnu: streamlink: Update to 2.0.0.
3f95ac9 is described below

commit 3f95ac9188293e26f40fff500b91f2a603524dfc
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Tue Feb 9 19:43:50 2021 +0300

    gnu: streamlink: Update to 2.0.0.
    
    * gnu/packages/video.scm (streamlink): Update to 2.0.0.
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8f0c858..4c16b79 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -35,7 +35,7 @@
 ;;; Copyright © 2019 Timo Eisenmann <eisenmann@fn.de>
 ;;; 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, 2021 Oleg Pykhalov <go.wigust@gmail.com>
 ;;; Copyright © 2020 Josh Holland <josh@inv.alid.pw>
 ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
@@ -2875,14 +2875,14 @@ and custom quantization matrices.")
 (define-public streamlink
   (package
     (name "streamlink")
-    (version "1.7.0")
+    (version "2.0.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "streamlink" version))
         (sha256
          (base32
-          "0ymqxzpwk7mr77w0dnnv7dj63d46q7cl1l4vj9llgn8jfaj64ypq"))))
+          "1nv2kj1k42a1b20ws8sdzlxk3wh1qz6pg5mxp75433b3c7lxksn0"))))
     (build-system python-build-system)
     (home-page "https://github.com/streamlink/streamlink";)
     (native-inputs



reply via email to

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