From 37553474e2d432c259e8134e2f86a1dcfca5d038 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 26 Aug 2025 11:09:45 +0900 Subject: [PATCH] gnu: python-pafy: Update deprecated input. * gnu/packages/python-xyz.scm (python-pafy) [propagated-inputs]: Replace youtube-dl with yt-dlp. Change-Id: I25619706545c17c8c91690b00fd6da3f1b50dbc2 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 96cbe0b958b98dd37b02a91dacc56dd05d0a2384..f5bcb2e79888d3422e5375c0b690e25ca9712665 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