diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-08-26 11:09:45 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-08-26 11:09:45 +0900 |
| commit | 37553474e2d432c259e8134e2f86a1dcfca5d038 (patch) | |
| tree | bd0c082f5ebf95a2e41e44ed37eb0f03728223c1 /gnu/packages/python-xyz.scm | |
| parent | 70225ae521e7db01c9624137847623a6354d7bf0 (diff) | |
gnu: python-pafy: Update deprecated input.
* gnu/packages/python-xyz.scm (python-pafy) [propagated-inputs]: Replace
youtube-dl with yt-dlp.
Change-Id: I25619706545c17c8c91690b00fd6da3f1b50dbc2
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 96cbe0b958b..f5bcb2e7988 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
