diff options
author | Ian Eure <ian@retrospec.tv> | 2025-05-15 17:54:17 -0700 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2025-05-16 15:54:08 +0200 |
commit | df492d419157764f1f33494ae51fe69b77d47716 (patch) | |
tree | 0f06457e872f4f36ec0e0430126820669f4e46e6 | |
parent | a59445e65d7812f586ae743b4a085258162a6995 (diff) | |
download | guix-df492d419157764f1f33494ae51fe69b77d47716.tar.gz guix-df492d419157764f1f33494ae51fe69b77d47716.zip |
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>
-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 6400eb19c5..b945974cdc 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -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)) |