guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: youtube-viewer: Update to 3.5.2.


From: guix-commits
Subject: 08/10: gnu: youtube-viewer: Update to 3.5.2.
Date: Sun, 17 Feb 2019 19:20:32 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 26057c361d9b99527a5bf45c793575e96ca532cb
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 17 20:49:12 2019 +0100

    gnu: youtube-viewer: Update to 3.5.2.
    
    * gnu/packages/video.scm (youtube-viewer): Update to 3.5.2.
---
 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 12eb933..70b4d28 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1517,7 +1517,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.5.0")
+    (version "3.5.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1526,7 +1526,7 @@ audio, images) from the Web.  It can use either mpv or 
vlc for playback.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1s7hv2a46cx2nbdykrijqfh8hdkf3zqn6q8sg3ajnnc5agaspyrg"))))
+                "0sx0f7jgc41a4anflw02zqk5yivydn02nn78kxkn3fik6xdmv3yd"))))
     (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]