guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: youtube-viewer: Update to 3.5.0.


From: guix-commits
Subject: 01/02: gnu: youtube-viewer: Update to 3.5.0.
Date: Wed, 12 Dec 2018 01:09:41 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit 0226dca7c9de3ed0d6ddb52d4003c3ffb6e4a415
Author: Eric Bavier <address@hidden>
Date:   Tue Dec 11 21:58:21 2018 -0600

    gnu: youtube-viewer: Update to 3.5.0.
    
    * gnu/packages/video.scm (youtube-viewer): Update to 3.5.0.
---
 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 fc6caf3..15702b4 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1496,7 +1496,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.4.1")
+    (version "3.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1505,7 +1505,7 @@ audio, images) from the Web.  It can use either mpv or 
vlc for playback.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0axgb95lx81psgrb2a5rfdd8gl4mhsrzf41jas6l58d1xkaj54ri"))))
+                "1s7hv2a46cx2nbdykrijqfh8hdkf3zqn6q8sg3ajnnc5agaspyrg"))))
     (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]