diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-11-27 12:53:03 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-11-27 12:53:03 +0200 |
commit | 9e4f89df57f6364b90459d8418bf84e9bbf40215 (patch) | |
tree | 684309933d3cfb1fa13169e73775fdc1461899f5 /gnu | |
parent | 8485178e34910987de5dc347e26574499bb37dd1 (diff) | |
download | guix-9e4f89df57f6364b90459d8418bf84e9bbf40215.tar.gz |
gnu: yt-dlp: Update to 2022.11.11.
* gnu/packages/video.scm (yt-dlp): Update to 2022.11.11.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 16488f8a35..70a9cd4033 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2530,7 +2530,7 @@ YouTube.com and many more sites.") (define-public yt-dlp (package/inherit youtube-dl (name "yt-dlp") - (version "2022.10.04") + (version "2022.11.11") (source (origin (method git-fetch) @@ -2539,7 +2539,7 @@ YouTube.com and many more sites.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0g2nvslzb9yx2axv6yqxdcdh49ckyipyy9apx1lx6bg6y9rjvx6v")))) + (base32 "00dng4x7xbxp6w76dqkfzzhf2dh3s9pgfd0axs7qar20clj717py")))) (arguments (substitute-keyword-arguments (package-arguments youtube-dl) ((#:tests? _) (not (%current-target-system))) |