diff mbox series

[bug#66200] gnu: yt-dlp: Update to 2023.09.24.

Message ID 40dc3dab43bc499231773e181b4b6e4533e14e4b.1695673687.git.pinoaffe@gmail.com
State New
Headers show
Series [bug#66200] gnu: yt-dlp: Update to 2023.09.24. | expand

Commit Message

pinoaffe Sept. 25, 2023, 8:28 p.m. UTC
* gnu/packages/video.scm (yt-dlp): Update to 2023.09.24.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 445a0359083388b5ee686e6e855f94a3aac5f79c

Comments

Christopher Baines Sept. 27, 2023, 11:50 a.m. UTC | #1
pinoaffe <pinoaffe@gmail.com> writes:

> * gnu/packages/video.scm (yt-dlp): Update to 2023.09.24.
> ---
>  gnu/packages/video.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
3fe9a30e9457de164de95966fceaa75aec38b938.

Chris
diff mbox series

Patch

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e366f0d2e0..b98a84e90e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2602,7 +2602,7 @@  (define-public youtube-dl
 (define-public yt-dlp
   (package/inherit youtube-dl
     (name "yt-dlp")
-    (version "2023.07.06")
+    (version "2023.09.24")
     (source
      (origin
        (method git-fetch)
@@ -2611,7 +2611,7 @@  (define-public yt-dlp
              (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)))