~ruther/guix-local

df492d419157764f1f33494ae51fe69b77d47716 — Ian Eure 1 year, 2 months ago a59445e
gnu: yt-dlp: Update to 2025.04.30.

* gnu/packages/video.scm (yt-dlp): Update to 2025.04.30.

Change-Id: I3a5cde63fa889eaa0b734173a6bc9221335d5c13
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +2 -2
@@ 3103,7 3103,7 @@ YouTube.com and many more sites.")
(define-public yt-dlp
  (package
    (name "yt-dlp")
    (version "2025.03.31")
    (version "2025.04.30")
    (source
     (origin
       (method git-fetch)


@@ 3115,7 3115,7 @@ YouTube.com and many more sites.")
       (snippet '(substitute* "pyproject.toml"
                   (("^.*Programming Language :: Python :: 3\\.13.*$") "")))
       (sha256
        (base32 "0chiykjsns3xld1y0h1sflixk1ln4xn18463mqpd4qzkavakvk3j"))))
        (base32 "0qn1x2i0qpizsbh63nx0f09p62ilcbksnhiyc5qik4xykg6idhxy"))))
    (build-system pyproject-build-system)
    (arguments
     `(#:tests? ,(not (%current-target-system))