mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Update yt-dlp to 2025.09.05.
* gnu/packages/video.scm (yt-dlp): Update to 2025.09.05. Change-Id: Ie673a7028ea84e828b5e03a65504e55e2aa804ce
This commit is contained in:
parent
b69d701389
commit
95500f96ab
1 changed files with 2 additions and 2 deletions
|
@ -3144,7 +3144,7 @@ video streaming services of the Finnish national broadcasting company Yle.")
|
||||||
(define-public yt-dlp
|
(define-public yt-dlp
|
||||||
(package
|
(package
|
||||||
(name "yt-dlp")
|
(name "yt-dlp")
|
||||||
(version "2025.08.22")
|
(version "2025.09.05")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3156,7 +3156,7 @@ video streaming services of the Finnish national broadcasting company Yle.")
|
||||||
(snippet #~(substitute* "pyproject.toml"
|
(snippet #~(substitute* "pyproject.toml"
|
||||||
(("^.*Programming Language :: Python :: 3\\.13.*$") "")))
|
(("^.*Programming Language :: Python :: 3\\.13.*$") "")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19phlzms38r6v6g2za8w0pj6cb4sbv2vi04sbah4263q3gw27i77"))))
|
(base32 "0cjcii3d7pj0wbz3166jpcr81j8x8ggrjiciig9x915sb58qwbpp"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue