guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: streamlink: Update to 1.7.0.


From: guix-commits
Subject: 07/08: gnu: streamlink: Update to 1.7.0.
Date: Sun, 29 Nov 2020 15:53:16 -0500 (EST)

wigust pushed a commit to branch master
in repository guix.

commit c039751bc5696f2d2e6a7e3d736a219d4dfafc74
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Nov 29 23:05:58 2020 +0300

    gnu: streamlink: Update to 1.7.0.
    
    * gnu/packages/video.scm (streamlink): Update to 1.7.0.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 57563fd..51c5b9d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2845,14 +2845,14 @@ and custom quantization matrices.")
 (define-public streamlink
   (package
     (name "streamlink")
-    (version "1.4.1")
+    (version "1.7.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "streamlink" version))
         (sha256
          (base32
-          "1s458k8z1lv0w8i82sxs8dys66fwm4yr9j1m7fzp7r0piz8phcpd"))))
+          "0ymqxzpwk7mr77w0dnnv7dj63d46q7cl1l4vj9llgn8jfaj64ypq"))))
     (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]