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
This commit is contained in:
parent
27d7584ed5
commit
f0df4d47f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue