~ruther/guix-local

37553474e2d432c259e8134e2f86a1dcfca5d038 — Maxim Cournoyer 7 months ago 70225ae
gnu: python-pafy: Update deprecated input.

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

Change-Id: I25619706545c17c8c91690b00fd6da3f1b50dbc2
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 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