diff options
| author | Ian Eure <ian@retrospec.tv> | 2026-03-22 11:09:18 -0700 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2026-03-22 11:09:18 -0700 |
| commit | 826fe371cd0208896bb9555bdc59c8e8f80c21b0 (patch) | |
| tree | dd922463daffcf001f3c600d1402c8b45e76be43 /gnu | |
| parent | 7c32b662c32bf969eb5ec369570b2dd443c6255c (diff) | |
gnu: yt-dlp: Update to 2026.03.17.
* gnu/packages/video.scm (yt-dlp): Update to 2026.03.17.
Change-Id: I0579e50c8e3c8f0f7d17228307472f51dfef7cce
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 fc0b8bad849..6786f1f44dd 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3290,7 +3290,7 @@ video streaming services of the Finnish national broadcasting company Yle.") (define-public yt-dlp (package (name "yt-dlp") - (version "2026.03.13") + (version "2026.03.17") (source (origin (method git-fetch) @@ -3299,7 +3299,7 @@ video streaming services of the Finnish national broadcasting company Yle.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "06bvcibhncmpl0dw440w0f5rngpni2hmdp3ykyy0ba88mfsnh7jb")))) + (base32 "0c69v63x2pn9f8nzrlw748592y8b3a33c8wz7109b3l2w85d90h3")))) (build-system pyproject-build-system) (arguments (list |
