diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-08 16:43:17 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-09 02:33:31 +0100 |
commit | 7b957a3344c3f47db609fa88b09c23da11bd305c (patch) | |
tree | fd1adc3806c487fa2f9b0ba02aaae9163cd685b3 /gnu/packages/video.scm | |
parent | 37fc44eab9a557550a7b1304ac95388949c20eaa (diff) | |
download | guix-7b957a3344c3f47db609fa88b09c23da11bd305c.tar guix-7b957a3344c3f47db609fa88b09c23da11bd305c.tar.gz |
gnu: youtube-viewer: Update to "3.5.4.
* gnu/packages/video.scm (youtube-viewer): Update to "3.5.4.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index de466b9dfe..f67b235596 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1570,7 +1570,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.2") + (version "3.5.4") (source (origin (method git-fetch) (uri (git-reference @@ -1579,7 +1579,7 @@ audio, images) from the Web. It can use either mpv or vlc for playback.") (file-name (git-file-name name version)) (sha256 (base32 - "0sx0f7jgc41a4anflw02zqk5yivydn02nn78kxkn3fik6xdmv3yd")))) + "1j782m9rximybamd0qsc43hi7hgk333x9gy3ypzb61s0sifs0i6m")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) |