diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-20 15:08:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-20 15:12:33 +0100 |
commit | 63728e67fd63945caa4dec079d6b8e294237b165 (patch) | |
tree | feba9936a247cd16bd21d2a6997c655e839ef835 /gnu/packages | |
parent | 096606d9ca14c45fb3d8426f3e8038406066f93f (diff) | |
download | guix-63728e67fd63945caa4dec079d6b8e294237b165.tar.gz |
gnu: youtube-viewer: Update to 3.8.0.
* gnu/packages/video.scm (youtube-viewer): Update to 3.8.0.
Diffstat (limited to 'gnu/packages')
-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 5a39cfa795..71c944ec0d 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2418,7 +2418,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.7.9") + (version "3.8.0") (source (origin (method git-fetch) (uri (git-reference @@ -2427,7 +2427,7 @@ audio, images) from the Web. It can use either mpv or vlc for playback.") (file-name (git-file-name name version)) (sha256 (base32 - "16p0sa91h0zpqdpqmy348g6b9qj5f6qrbzrljn157vk00cg6mx18")))) + "16gskhzkvgzhfb89zqfmvz7kmhjsyc38f2dl86ksal4p69kn8j3g")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) |