[bug#75610] gnu: yt-dlp: Update to 2025.01.15.

Message ID 0a89771fa9b61e7de5843068df63339047d50927.1737053455.git.public@thanosapollo.org
State New
Headers
Series [bug#75610] gnu: yt-dlp: Update to 2025.01.15. |

Commit Message

Thanos Apollo Jan. 16, 2025, 7:10 p.m. UTC
  * gnu/packages/video.scm (yt-dlp): Update to 2024.12.23.

Change-Id: I61444694f016e865a6163fb42603e422b9815c7d
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: da69a9e15115d6acc7e4a95cc6295f97c97f827e
  

Comments

Leo Famulari Jan. 16, 2025, 8:47 p.m. UTC | #1
On Thu, Jan 16, 2025 at 09:10:33PM +0200, Thanos Apollo wrote:
> * gnu/packages/video.scm (yt-dlp): Update to 2024.12.23.

Thanks! Tested and pushed as 94cd4227bd26b3c61c8c3e9be22b97ff5adfc3f9
  

Patch

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b113bcd254..8364c2432d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3167,7 +3167,7 @@  (define-public youtube-dl
 (define-public yt-dlp
   (package
     (name "yt-dlp")
-    (version "2024.12.23")
+    (version "2025.01.15")
     (source
      (origin
        (method git-fetch)
@@ -3179,7 +3179,7 @@  (define-public yt-dlp
        (snippet '(substitute* "pyproject.toml"
                    (("^.*Programming Language :: Python :: 3\\.13.*$") "")))
        (sha256
-        (base32 "19w4lgnr3n3lrcf81285ic3qpsjyi8vhp3mfq762minllqvgcfzb"))))
+        (base32 "1f9pp1d77x39xl4lwwqmijgv1ky7ycm0qh45ki4394j30fa4dm3p"))))
     (build-system pyproject-build-system)
     (arguments
      `(#:tests? ,(not (%current-target-system))