From f0df4d47f06d6b88d577fd026c1d69300a873e9f Mon Sep 17 00:00:00 2001 From: jgart Date: Mon, 15 Jul 2024 17:21:06 -0500 Subject: [PATCH] gnu: python-gh-md-to-html: Use correct package dependency version. * gnu/packages/python-xyz.scm (python-gh-md-to-html) [propagated-inputs]: Add python-emoji-for-gh-md-to-html. Change-Id: I41a2b0cc67b467644ebee68b548e33ff7173ca85 --- 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 923f9f803c..4d7ddeb9d7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2164,7 +2164,7 @@ of a loop structure or other iterative computation.") (arguments (list #:tests? #false)) ;there are none (propagated-inputs (list python-beautifulsoup4 - python-emoji + python-emoji-for-gh-md-to-html python-pillow python-requests python-shellescape