summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorpinoaffe <pinoaffe@gmail.com>2023-09-25 22:28:15 +0200
committerChristopher Baines <mail@cbaines.net>2023-09-27 12:08:02 +0100
commit3fe9a30e9457de164de95966fceaa75aec38b938 (patch)
tree2d0601deadea821fe2ff09527a43e991c387b37e /gnu/packages
parent5c3e4c826f35a7eaace878b1782dd3cb66bd74fa (diff)
downloadguix-3fe9a30e9457de164de95966fceaa75aec38b938.tar.gz
gnu: yt-dlp: Update to 2023.09.24.
* gnu/packages/video.scm (yt-dlp): Update to 2023.09.24.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 5375424ce6..d4afdfd21e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2597,7 +2597,7 @@ YouTube.com and many more sites.")
 (define-public yt-dlp
   (package/inherit youtube-dl
     (name "yt-dlp")
-    (version "2023.07.06")
+    (version "2023.09.24")
     (source
      (origin
        (method git-fetch)
@@ -2606,7 +2606,7 @@ YouTube.com and many more sites.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14g3qc3j4px5jiv292yj5hh8vxlnnd5bzvsq7h37jvhmrn5r4bsw"))))
+        (base32 "15ngsg3cadf2bv700fa1k5az5xpsm0wqr0cixbz8fcbhwdflfq6f"))))
     (arguments
      (substitute-keyword-arguments (package-arguments youtube-dl)
        ((#:tests? _) (not (%current-target-system)))