guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: youtube-viewer: Update to 3.7.8.


From: guix-commits
Subject: 09/11: gnu: youtube-viewer: Update to 3.7.8.
Date: Mon, 31 Aug 2020 22:48:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 056175769f85320e0e17592eef150f4e7d46dedb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 1 04:31:16 2020 +0200

    gnu: youtube-viewer: Update to 3.7.8.
    
    * gnu/packages/video.scm (youtube-viewer): Update to 3.7.8.
---
 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 0c175b8..b355baf 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2352,7 +2352,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.7")
+    (version "3.7.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2361,7 +2361,7 @@ audio, images) from the Web.  It can use either mpv or 
vlc for playback.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1gc1b1zm55w2w62ayc6k51l31fswk17b072lpbq65is3ngjg6c98"))))
+                "1ckzzf35nbwlx5prvzjr52n28chyd479vhdk5w7vb2343az80mzi"))))
     (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]