diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-11-28 12:26:32 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-11-28 12:26:32 +0100 |
commit | 459e4f2a4f2b16daded2aaba20edf3fffa4095f3 (patch) | |
tree | d1e2ada4dcfde3d3b4119087550c26856b42dbcf /gnu/packages/video.scm | |
parent | a3264f31df9774ea514e18ed8e7b6bcb44061edc (diff) | |
parent | e6bffa99b19fe01067937a4930f1b107bd0ac398 (diff) | |
download | guix-459e4f2a4f2b16daded2aaba20edf3fffa4095f3.tar guix-459e4f2a4f2b16daded2aaba20edf3fffa4095f3.tar.gz |
Merge commit 'master' into version-1.4.0
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index c394c65442..70a9cd4033 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2242,6 +2242,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.") libxext libxkbcommon libxinerama + libxpresent libxrandr libxscrnsaver libxv @@ -2529,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) @@ -2538,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))) |