[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: youtube-dl: Update to 2019.11.05.
From: |
guix-commits |
Subject: |
10/10: gnu: youtube-dl: Update to 2019.11.05. |
Date: |
Sat, 9 Nov 2019 17:06:46 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit c2cda7da05198988f1f3d7e7b2ceca282690621b
Author: Ludovic Courtès <address@hidden>
Date: Sat Nov 9 23:06:13 2019 +0100
gnu: youtube-dl: Update to 2019.11.05.
* gnu/packages/video.scm (youtube-dl): Update to 2019.11.05.
---
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 d4501c5..8eb8a17 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1497,7 +1497,7 @@ projects while introducing many more.")
(define-public youtube-dl
(package
(name "youtube-dl")
- (version "2019.10.29")
+ (version "2019.11.05")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/ytdl-org/youtube-dl/"
@@ -1505,7 +1505,7 @@ projects while introducing many more.")
version ".tar.gz"))
(sha256
(base32
- "1lq6ycjbx07831s24yx42q6m6svas4mf02vbszw0965dbbzs7vp4"))))
+ "129461i4103slqj3nq69djnlmgjj3lfgmazn41avc5g967w29b85"))))
(build-system python-build-system)
(arguments
;; The problem here is that the directory for the man page and completion
- branch master updated (bbfdaaa -> c2cda7d), guix-commits, 2019/11/09
- 01/10: services: hpcguix-web: Explicitly import (guix build utils)., guix-commits, 2019/11/09
- 03/10: tests: Update references to the now-deprecated 'guile-json' variable., guix-commits, 2019/11/09
- 04/10: services: 'fold-services' memoizes service values., guix-commits, 2019/11/09
- 02/10: services: hpcguix-web: Delete lock files during activation., guix-commits, 2019/11/09
- 07/10: doc: Mention value /var to localstatedir option., guix-commits, 2019/11/09
- 05/10: gnu: make-bootstrap: Memoize GCC variant., guix-commits, 2019/11/09
- 08/10: gnu: Add matcha-theme., guix-commits, 2019/11/09
- 06/10: gnu: make-bootstrap: Slightly clarify 'package-with-relocatable-glibc'., guix-commits, 2019/11/09
- 10/10: gnu: youtube-dl: Update to 2019.11.05.,
guix-commits <=
- 09/10: gnu: Add artyfx, guix-commits, 2019/11/09