diff options
author | Jakob Kirsch <jakob.kirsch@web.de> | 2025-04-03 19:01:18 +0200 |
---|---|---|
committer | Ian Eure <ian@retrospec.tv> | 2025-04-05 09:41:08 -0700 |
commit | c07aaa3da19b7e13825e2a5e1fa874a624ce095d (patch) | |
tree | 9386ef05b76515f80cdbfc6f569fe94fa15979be | |
parent | bcfb283cda1b782129c8a70b69d216b925501185 (diff) | |
download | guix-c07aaa3da19b7e13825e2a5e1fa874a624ce095d.tar.gz guix-c07aaa3da19b7e13825e2a5e1fa874a624ce095d.zip |
gnu: yt-dlp: Update to 2025.03.31.
* gnu/packages/video.scm (yt-dlp): Update to 2025.03.31.
Change-Id: Ie6b1fa8c53af4fb019a7dddda80c83a01a6e021f
Signed-off-by: Ian Eure <ian@retrospec.tv>
-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 0ddfc022a9..9f18f4dcc2 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3169,7 +3169,7 @@ YouTube.com and many more sites.") (define-public yt-dlp (package (name "yt-dlp") - (version "2025.03.26") + (version "2025.03.31") (source (origin (method git-fetch) @@ -3181,7 +3181,7 @@ YouTube.com and many more sites.") (snippet '(substitute* "pyproject.toml" (("^.*Programming Language :: Python :: 3\\.13.*$") ""))) (sha256 - (base32 "0a29jdmwnbqfr34ilfm74hrvh33l4iv11ls2fm64kbjp6pp9z22d")))) + (base32 "0chiykjsns3xld1y0h1sflixk1ln4xn18463mqpd4qzkavakvk3j")))) (build-system pyproject-build-system) (arguments `(#:tests? ,(not (%current-target-system)) |