gnu: python-pafy: Update deprecated input.

* gnu/packages/python-xyz.scm (python-pafy) [propagated-inputs]: Replace
youtube-dl with yt-dlp.

Change-Id: I25619706545c17c8c91690b00fd6da3f1b50dbc2
This commit is contained in:
Maxim Cournoyer 2025-08-26 11:09:45 +09:00
parent 70225ae521
commit 37553474e2
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -6787,7 +6787,7 @@ palettes.")
(propagated-inputs
;; Youtube-dl is a python package which is imported in the file
;; "backend_youtube_dl.py", therefore it needs to be propagated.
(list youtube-dl))
(list yt-dlp))
(home-page "https://np1.github.io/pafy/")
(synopsis "Retrieve YouTube content and metadata")
(description