gnu: yt-dlp: Update to 2025.09.26.

* gnu/packages/video.scm (yt-dlp): Update to 2025.09.26.
This commit is contained in:
Mark H Weaver 2025-09-27 20:39:25 -04:00
parent 8c9572b68d
commit 39cfcae91b
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -3138,7 +3138,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.09.23") (version "2025.09.26")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3150,7 +3150,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 "0x6yjvv0wwyx10bpk2s06k8amah4q6v1g2plwrng1ap2jza539x6")))) (base32 "0j6l2zskmsvqk8h3ialbymk75i0bfzn2qmc2gk6s1ybhnpryrv7y"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list