diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-28 05:21:47 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-28 05:21:47 +0100 |
commit | 489d7cd13b85ec1c9a0cb86bbbe6db83f730accd (patch) | |
tree | 3c522f469d0160b10e5d8b16e3f7c00b5792ecc6 /gnu/packages/video.scm | |
parent | fe99fe84f0fe5b4cd97768c6dbb60a07404f24a1 (diff) | |
parent | efb67084b29030a8a6e5b30e456c92a72d153bf1 (diff) | |
download | guix-489d7cd13b85ec1c9a0cb86bbbe6db83f730accd.tar guix-489d7cd13b85ec1c9a0cb86bbbe6db83f730accd.tar.gz |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/video.scm')
-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 b6c8b8ed1c..3d2965f131 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2493,7 +2493,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) @@ -2502,7 +2502,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))) |