summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-27 20:51:41 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-28 05:36:11 +0200
commitdcedcc7c577a660e16154a56ef2631b41ca3fdfc (patch)
treefc2b4090382b7cd7ae9ee49e0cf9c82b02e8c4a3 /gnu/packages
parentf805785e2fe1ee40d790e539c82d6c2269d5d4e1 (diff)
gnu: youtube-viewer: Update to 3.5.8.
* gnu/packages/video.scm (youtube-viewer): Update to 3.5.8.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 94254d0c78..f624f62429 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1671,7 +1671,7 @@ audio, images) from the Web. It can use either mpv or vlc for playback.")
(define-public youtube-viewer
(package
(name "youtube-viewer")
- (version "3.5.4")
+ (version "3.5.8")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1680,7 +1680,7 @@ audio, images) from the Web. It can use either mpv or vlc for playback.")
(file-name (git-file-name name version))
(sha256
(base32
- "1j782m9rximybamd0qsc43hi7hgk333x9gy3ypzb61s0sifs0i6m"))))
+ "0zz0r3vd2pg9zzykhrq0vnvqp5842dbgsg8cfygw9vzb9j8mlq0a"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)))