summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-09-13 19:39:05 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-09-13 19:53:07 +0200
commit0b0b43ed7a10c1dcb7d053e0ac93023fd138ea01 (patch)
treef52d919786b3821977f30f3f1de3e4f9ef1a9fce
parent6be445785a4eb97cbecff391ae5b9fde89cb83de (diff)
downloadguix-0b0b43ed7a10c1dcb7d053e0ac93023fd138ea01.tar.gz
gnu: youtube-viewer: Update to 3.4.1.
* gnu/packages/video.scm (youtube-viewer): Update to 3.4.1.
-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 067a1ddc03..4882f0476a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1427,7 +1427,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.3.4")
+    (version "3.4.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1436,7 +1436,7 @@ audio, images) from the Web.  It can use either mpv or vlc for playback.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1kpq3mk81hpjp5q4mi907ds0dbif40a4dzmv2h2lq5pcp757sw6i"))))
+                "0axgb95lx81psgrb2a5rfdd8gl4mhsrzf41jas6l58d1xkaj54ri"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-build" ,perl-module-build)))