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 1.4.1.


From: guix-commits
Subject: branch master updated: gnu: streamlink: Update to 1.4.1.
Date: Sun, 07 Jun 2020 03:09:18 -0400

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

efraim pushed a commit to branch master
in repository guix.

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

commit f9d40736125e55976b7c226f00b6919e2bdfddf1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jun 7 09:16:32 2020 +0300

    gnu: streamlink: Update to 1.4.1.
    
    * gnu/packages/video.scm (streamlink): Update to 1.4.1.
---
 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 b2d359c..6efe6ed 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2253,14 +2253,14 @@ and custom quantization matrices.")
 (define-public streamlink
   (package
     (name "streamlink")
-    (version "1.3.1")
+    (version "1.4.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "streamlink" version))
         (sha256
          (base32
-          "0cnlg3ra3g6dml4xfy9ysy9b4qwyn458fadd8ac44cfwi3v4gq6y"))))
+          "1s458k8z1lv0w8i82sxs8dys66fwm4yr9j1m7fzp7r0piz8phcpd"))))
     (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]