guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: youtube-viewer: Update to 3.7.4.


From: guix-commits
Subject: branch master updated: gnu: youtube-viewer: Update to 3.7.4.
Date: Wed, 12 Feb 2020 01:17:55 -0500

This is an automated email from the git hooks/post-receive script.

bavier pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ec8194a  gnu: youtube-viewer: Update to 3.7.4.
ec8194a is described below

commit ec8194a06727d49a943453d35995edc1c8ecde3f
Author: Eric Bavier <address@hidden>
AuthorDate: Wed Feb 12 00:18:35 2020 -0600

    gnu: youtube-viewer: Update to 3.7.4.
    
    Contains compatibility fix for recent mpv.
    
    * gnu/packages/video.scm (youtube-viewer): Update to 3.7.4.
---
 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 843b4e3..4bf004e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1729,7 +1729,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.0")
+    (version "3.7.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1738,7 +1738,7 @@ audio, images) from the Web.  It can use either mpv or 
vlc for playback.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1h0m8rn7najdrzvg5md9albiax287273b40ncrihh9amsvvb47c9"))))
+                "1plsm1sc04lwlg5h2gapxpykc3cpd4frjll14lamql89dm4a50vi"))))
     (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]