diff options
| author | Ian Eure <ian@retrospec.tv> | 2025-08-24 12:42:10 -0700 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2025-08-24 13:18:38 -0700 |
| commit | fcea19073caf029d438cde0d578e765fd2db69ff (patch) | |
| tree | cd3bfd5051705b69b850a0d8d341971c41ec3c5f /gnu | |
| parent | d8a37d96f4ffcc567641216053f09d588b6bf48b (diff) | |
gnu: yt-dlp: Update to 2025.08.22.
* gnu/packages/video.scm (yt-dlp): Update to 2025.08.22.
Change-Id: I1e35954851f5c0ec0af3a8fa7560f2c080d29ba1
Diffstat (limited to 'gnu')
| -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 3b0f7f63ea7..ed3f39b0adf 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3144,7 +3144,7 @@ video streaming services of the Finnish national broadcasting company Yle.") (define-public yt-dlp (package (name "yt-dlp") - (version "2025.08.20") + (version "2025.08.22") (source (origin (method git-fetch) @@ -3156,7 +3156,7 @@ video streaming services of the Finnish national broadcasting company Yle.") (snippet #~(substitute* "pyproject.toml" (("^.*Programming Language :: Python :: 3\\.13.*$") ""))) (sha256 - (base32 "17g32lgax04yrhlvgaphdkkhv0xkxdimw57m6a1d3yhsnrbjiqhm")))) + (base32 "19phlzms38r6v6g2za8w0pj6cb4sbv2vi04sbah4263q3gw27i77")))) (build-system pyproject-build-system) (arguments (list |
