[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: yt-dlp: Update to 2022.10.04.
From: |
guix-commits |
Subject: |
01/03: gnu: yt-dlp: Update to 2022.10.04. |
Date: |
Mon, 31 Oct 2022 16:09:28 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a7f7079b4735093bb72e028d4c7f8940bd8e1b15
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 30 02:00:01 2022 +0100
gnu: yt-dlp: Update to 2022.10.04.
* gnu/packages/video.scm (yt-dlp): Update to 2022.10.04.
---
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 69f86b7906..a75be99b58 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2492,7 +2492,7 @@ YouTube.com and many more sites.")
(define-public yt-dlp
(package/inherit youtube-dl
(name "yt-dlp")
- (version "2022.09.01")
+ (version "2022.10.04")
(source
(origin
(method git-fetch)
@@ -2501,7 +2501,7 @@ YouTube.com and many more sites.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0h46624zdqhjf79m78303v00m2r013yaccanv0010rls17v7y6pq"))))
+ (base32 "0g2nvslzb9yx2axv6yqxdcdh49ckyipyy9apx1lx6bg6y9rjvx6v"))))
(arguments
(substitute-keyword-arguments (package-arguments youtube-dl)
((#:tests? _) (not (%current-target-system)))