diff options
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 9e59b20dbc..ca1c2cad71 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3169,7 +3169,7 @@ YouTube.com and many more sites.") (define-public yt-dlp (package (name "yt-dlp") - (version "2024.10.22") + (version "2024.11.18") (source (origin (method git-fetch) @@ -3181,7 +3181,7 @@ YouTube.com and many more sites.") (snippet '(substitute* "pyproject.toml" (("^.*Programming Language :: Python :: 3\\.13.*$") ""))) (sha256 - (base32 "1gw19f4h71vlchljg08g5l8sd60gmflbdpxz2vsinxzkmqvrqnra")))) + (base32 "019wkjbjcdsf56sk5ihnkprp02a80vkja448iwps1illzb5jp52f")))) (build-system pyproject-build-system) (arguments `(#:tests? ,(not (%current-target-system)) |