mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
70225ae521
commit
37553474e2
1 changed files with 1 additions and 1 deletions
|
@ -6787,7 +6787,7 @@ palettes.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; Youtube-dl is a python package which is imported in the file
|
;; Youtube-dl is a python package which is imported in the file
|
||||||
;; "backend_youtube_dl.py", therefore it needs to be propagated.
|
;; "backend_youtube_dl.py", therefore it needs to be propagated.
|
||||||
(list youtube-dl))
|
(list yt-dlp))
|
||||||
(home-page "https://np1.github.io/pafy/")
|
(home-page "https://np1.github.io/pafy/")
|
||||||
(synopsis "Retrieve YouTube content and metadata")
|
(synopsis "Retrieve YouTube content and metadata")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue