diff options
| author | Mark H Weaver <mhw@netris.org> | 2025-09-27 20:39:25 -0400 |
|---|---|---|
| committer | Mark H Weaver <mhw@netris.org> | 2025-09-27 20:39:25 -0400 |
| commit | 39cfcae91bc26669126f2a695ef1fe348de23c29 (patch) | |
| tree | 2d1aab077d2935c31300a2ea602c0586d06107a0 /gnu/packages | |
| parent | 8c9572b68df2020dcacd5324f0e369be72549256 (diff) | |
gnu: yt-dlp: Update to 2025.09.26.
* gnu/packages/video.scm (yt-dlp): Update to 2025.09.26.
Diffstat (limited to 'gnu/packages')
| -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 0db72149759..991c4b4741e 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3138,7 +3138,7 @@ video streaming services of the Finnish national broadcasting company Yle.") (define-public yt-dlp (package (name "yt-dlp") - (version "2025.09.23") + (version "2025.09.26") (source (origin (method git-fetch) @@ -3150,7 +3150,7 @@ video streaming services of the Finnish national broadcasting company Yle.") (snippet #~(substitute* "pyproject.toml" (("^.*Programming Language :: Python :: 3\\.13.*$") ""))) (sha256 - (base32 "0x6yjvv0wwyx10bpk2s06k8amah4q6v1g2plwrng1ap2jza539x6")))) + (base32 "0j6l2zskmsvqk8h3ialbymk75i0bfzn2qmc2gk6s1ybhnpryrv7y")))) (build-system pyproject-build-system) (arguments (list |
