summary refs log tree commit diff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-01 04:31:16 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-01 04:44:35 +0200
commit056175769f85320e0e17592eef150f4e7d46dedb (patch)
tree6709ef35641c474582185628d18d0554a78beeb2 /gnu/packages/video.scm
parent2db0ed9c0abc260fb83cd0d2dc327ca5e08e4415 (diff)
downloadguix-056175769f85320e0e17592eef150f4e7d46dedb.tar.gz
gnu: youtube-viewer: Update to 3.7.8.
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.8.
Diffstat (limited to 'gnu/packages/video.scm')
-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 0c175b828d..b355baff13 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2352,7 +2352,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.7")
+    (version "3.7.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2361,7 +2361,7 @@ audio, images) from the Web.  It can use either mpv or vlc for playback.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1gc1b1zm55w2w62ayc6k51l31fswk17b072lpbq65is3ngjg6c98"))))
+                "1ckzzf35nbwlx5prvzjr52n28chyd479vhdk5w7vb2343az80mzi"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-build" ,perl-module-build)))