Add support for processing branch updated emails

This commit is contained in:
Christopher Baines 2019-03-19 20:18:09 +00:00
parent 5985b5938b
commit bdfb654233
Signed by: cbaines
GPG key ID: 5E28A33B0B84F577
7 changed files with 134 additions and 4 deletions

View file

@ -43,7 +43,8 @@
(source #f)
(build-system gnu-build-system)
(inputs
`(("guile-json" ,guile-json-3)
`(("guile-email" ,guile-email)
("guile-json" ,guile-json-3)
("guile-squee" ,guile-squee)
("guile-fibers" ,guile-fibers)
("guile-syntax-highlight" ,guile-syntax-highlight)