[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: youtube-dl: Update to 2021.01.03.
From: |
guix-commits |
Subject: |
01/09: gnu: youtube-dl: Update to 2021.01.03. |
Date: |
Sun, 3 Jan 2021 13:41:28 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit d9e4ccd1ec06423fc75af4e88e8ef63ca3d13051
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 3 15:28:05 2021 +0100
gnu: youtube-dl: Update to 2021.01.03.
* gnu/packages/video.scm (youtube-dl): Update to 2021.01.03.
---
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 3df1a75..11d31f7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2197,14 +2197,14 @@ To load this plugin, specify the following option when
starting mpv:
(define-public youtube-dl
(package
(name "youtube-dl")
- (version "2020.12.31")
+ (version "2021.01.03")
(source (origin
(method url-fetch)
(uri (string-append "https://youtube-dl.org/downloads/latest/"
"youtube-dl-" version ".tar.gz"))
(sha256
(base32
- "0ncqkzzaasda2hd89psgc0j34r2jinn1dcsfcapzrsd902qghkh9"))
+ "0qqixcr748nfhnihkjzayzdja26kgrsds45q5s8krmfm3b79ipli"))
(snippet
'(begin
;; Delete the pre-generated files, except for the man page
- branch master updated (98de21a -> eacffb9), guix-commits, 2021/01/03
- 01/09: gnu: youtube-dl: Update to 2021.01.03.,
guix-commits <=
- 02/09: gnu: buku: Update to 4.5., guix-commits, 2021/01/03
- 03/09: gnu: dav1d: Update to 0.8.1., guix-commits, 2021/01/03
- 04/09: gnu: rust-embed-resource: Update to 1.3.3., guix-commits, 2021/01/03
- 08/09: gnu: libwacom: Update to 1.7., guix-commits, 2021/01/03
- 09/09: gnu: nix: Update to 2.3.10., guix-commits, 2021/01/03
- 05/09: gnu: watchexec: Update to 1.14.1., guix-commits, 2021/01/03
- 06/09: gnu: xterm: Update to 363., guix-commits, 2021/01/03
- 07/09: gnu: osinfo-db: Update to 20201218., guix-commits, 2021/01/03