diff options
| author | Sergey Trofimov <sarg@sarg.org.ru> | 2026-01-02 17:24:07 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-01-05 10:30:27 +0100 |
| commit | 8f940ef48d0c593c5ed844f680d5986ad5e423e8 (patch) | |
| tree | 9a60d9c887cdebd918921e9f67a4c5f7e4f54f96 | |
| parent | af7d01852011c3d9408353e90cdcf3e78ff9f537 (diff) | |
gnu: yt-dlp: Update to 2025.12.08.
* gnu/packages/video.scm (yt-dlp): Update to 2025.12.08.
Closes guix/guix#5315
Change-Id: Ic37c72d740a08d4b51c54093447e1bb3ae2fdf4f
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
| -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 05f0089d147..969a3062264 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3195,7 +3195,7 @@ video streaming services of the Finnish national broadcasting company Yle.") (define-public yt-dlp (package (name "yt-dlp") - (version "2025.11.12") + (version "2025.12.08") (source (origin (method git-fetch) @@ -3207,7 +3207,7 @@ video streaming services of the Finnish national broadcasting company Yle.") (snippet #~(substitute* "pyproject.toml" (("^.*Programming Language :: Python :: 3\\.13.*$") ""))) (sha256 - (base32 "18kqf4z4r6ls9bik8jbwqbj5j4fai7xjhgn8p7pjgkd2q0nhavqj")))) + (base32 "1s4gbf49y6mpnfqy7n0lz2klfs9q1cbzcrg9mp353bl2zw68qknb")))) (build-system pyproject-build-system) (arguments (list |
