[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: youtube-viewer: Update to 3.7.9.
From: |
guix-commits |
Subject: |
01/08: gnu: youtube-viewer: Update to 3.7.9. |
Date: |
Mon, 5 Oct 2020 19:06:49 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 0d7c75f0b81646c45e1afee1f8298b5e0274dd26
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Oct 5 22:56:44 2020 +0200
gnu: youtube-viewer: Update to 3.7.9.
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.9.
[inputs]: Add perl-memoize.
---
gnu/packages/video.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c65d84e..148dee6 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2368,7 +2368,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.8")
+ (version "3.7.9")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2377,7 +2377,7 @@ audio, images) from the Web. It can use either mpv or
vlc for playback.")
(file-name (git-file-name name version))
(sha256
(base32
- "1ckzzf35nbwlx5prvzjr52n28chyd479vhdk5w7vb2343az80mzi"))))
+ "16p0sa91h0zpqdpqmy348g6b9qj5f6qrbzrljn157vk00cg6mx18"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)))
@@ -2390,6 +2390,7 @@ audio, images) from the Web. It can use either mpv or
vlc for playback.")
("perl-libwww" ,perl-libwww)
("perl-lwp-protocol-https" ,perl-lwp-protocol-https)
("perl-lwp-useragent-cached" ,perl-lwp-useragent-cached)
+ ("perl-memoize" ,perl-memoize)
("perl-mozilla-ca" ,perl-mozilla-ca)
("perl-term-readline-gnu" ,perl-term-readline-gnu)
("perl-unicode-linebreak" ,perl-unicode-linebreak)
- branch master updated (e02babf -> d3b9cbd), guix-commits, 2020/10/05
- 03/08: gnu: libde265: Update to 1.0.7., guix-commits, 2020/10/05
- 07/08: gnu: vlang: Run mosts tests., guix-commits, 2020/10/05
- 01/08: gnu: youtube-viewer: Update to 3.7.9.,
guix-commits <=
- 04/08: gnu: skalibs: Update to 2.9.3.0., guix-commits, 2020/10/05
- 06/08: gnu: vlang: Update to 0.1.29., guix-commits, 2020/10/05
- 02/08: gnu: vim: Update to 8.2.1801., guix-commits, 2020/10/05
- 05/08: gnu: execline: Update to 2.6.1.1., guix-commits, 2020/10/05
- 08/08: gnu: libshout: Update to 2.4.4., guix-commits, 2020/10/05