guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: youtube-viewer: Update to 3.8.1.


From: guix-commits
Subject: 04/07: gnu: youtube-viewer: Update to 3.8.1.
Date: Thu, 7 Jan 2021 15:46:16 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d17e6f2b6b7f9287d1c17d3315efb050e090f68b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jan 7 20:58:14 2021 +0100

    gnu: youtube-viewer: Update to 3.8.1.
    
    * gnu/packages/video.scm (youtube-viewer): Update to 3.8.1.
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2b1b111..c92022e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2016, 2018, 2019, 2020 Eric Bavier <bavier@posteo.net>
 ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2017 Feng Shu <tumashu@163.com>
-;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 201–72021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Chris Marusich <cmmarusich@gmail.com>
 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
 ;;; Copyright © 2017 Ethan R. Jones <doubleplusgood23@gmail.com>
@@ -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.8.0")
+    (version "3.8.1")
     (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
-                "16gskhzkvgzhfb89zqfmvz7kmhjsyc38f2dl86ksal4p69kn8j3g"))))
+                "0xdybiihd66b79rbsawjhxs9snm78gld5ziz3gnp8vdcw0bshwz7"))))
     (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]