diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-01-09 04:29:42 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-01-09 04:59:59 +0300 |
commit | 67f9f57899e12382cd4cd4724a942975575a6bd4 (patch) | |
tree | 6f5f57ffd268da345badb40c8c282bfdb3b2f40d /gnu/packages | |
parent | 3d4bf400713169bf4270f110fa983095f24e546d (diff) | |
download | patches-67f9f57899e12382cd4cd4724a942975575a6bd4.tar patches-67f9f57899e12382cd4cd4724a942975575a6bd4.tar.gz |
gnu: streamlink: Update to 1.3.0.
* gnu/packages/video.scm (streamlink): Update to 1.3.0.
[source]: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove this.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/video.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 49e47673b9..2b3b9d982d 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -35,6 +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> ;;; ;;; This file is part of GNU Guix. ;;; @@ -2168,15 +2169,14 @@ and custom quantization matrices.") (define-public streamlink (package (name "streamlink") - (version "0.14.2") + (version "1.3.0") (source (origin (method url-fetch) (uri (pypi-uri "streamlink" version)) (sha256 (base32 - "0l2145fd60i76afjisfxd48cwhwyir07i7s3bnimdq5db2kzkix8")) - (patches (search-patches "streamlink-update-test.patch")))) + "0593ffjpz82jrljnzxfafkcmcqad3r1ijjan0hm04xjcnxc9cr00")))) (build-system python-build-system) (home-page "https://github.com/streamlink/streamlink") (native-inputs |