guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: youtube-viewer: Update to 3.8.0.


From: guix-commits
Subject: 02/03: gnu: youtube-viewer: Update to 3.8.0.
Date: Sun, 20 Dec 2020 09:12:59 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 63728e67fd63945caa4dec079d6b8e294237b165
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 20 15:08:18 2020 +0100

    gnu: youtube-viewer: Update to 3.8.0.
    
    * gnu/packages/video.scm (youtube-viewer): Update to 3.8.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 5a39cfa..71c944e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2418,7 +2418,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.9")
+    (version "3.8.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2427,7 +2427,7 @@ audio, images) from the Web.  It can use either mpv or 
vlc for playback.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "16p0sa91h0zpqdpqmy348g6b9qj5f6qrbzrljn157vk00cg6mx18"))))
+                "16gskhzkvgzhfb89zqfmvz7kmhjsyc38f2dl86ksal4p69kn8j3g"))))
     (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]