mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: yt-dlp: Update to 2025.09.26.
* gnu/packages/video.scm (yt-dlp): Update to 2025.09.26.
This commit is contained in:
parent
8c9572b68d
commit
39cfcae91b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue