This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 81ec8eba91 gnu: nikola: Add input.
81ec8eba91 is described below

commit 81ec8eba917e0c9dff6dc281746fb25f0fa2802e
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Apr 26 15:55:46 2023 +0200

    gnu: nikola: Add input.
    
    * gnu/packages/python-xyz.scm (nikola)[propagated-inputs]: Add python-toml.
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2d86cb95df..eba3e82e94 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30413,6 +30413,7 @@ to:
             python-pyrss2gen
             python-requests
             python-ruamel.yaml   ;; for YAML metadata
+            python-toml
             python-unidecode
             python-yapsy))
     (native-inputs

Reply via email to