guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: youtube-viewer: Update to 3.4.1.


From: Tobias Geerinckx-Rice
Subject: 02/05: gnu: youtube-viewer: Update to 3.4.1.
Date: Thu, 13 Sep 2018 13:59:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0b0b43ed7a10c1dcb7d053e0ac93023fd138ea01
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Sep 13 19:39:05 2018 +0200

    gnu: youtube-viewer: Update to 3.4.1.
    
    * gnu/packages/video.scm (youtube-viewer): Update to 3.4.1.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 067a1dd..4882f04 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]