summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-11-09 22:16:41 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-11-09 22:16:41 +0100
commitda00ebd6e5d601a7fe5a432cc3dc09355777077e (patch)
tree72333272d15030a4cad6f3de7ce9e7800256e406
parentb9a1bc760d69b6ecc5d5249f9f48bcf543dd30db (diff)
guix: Update to latest version of guile-debbugs.
-rw-r--r--guix.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/guix.scm b/guix.scm
index d5a4900..5c54fb6 100644
--- a/guix.scm
+++ b/guix.scm
@@ -104,7 +104,7 @@
#f))))))
(define-public guile-debbugs-next
- (let ((commit "6ecec8828628276b537915ca12c08ba7cf7029aa")
+ (let ((commit "75a331d561c8b6f8efcf16216dab961c17759efe")
(revision "1"))
(package
(name "guile-debbugs")
@@ -117,7 +117,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0g85157qlgj3v1ny6x1xnmry13f7s5hdcls9aj4g4axh77waaj11"))))
+ "0br3mgbw41bpc9x57jlghl0i8dz9nl63r4wzs5l47aqszf84870y"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
@@ -125,7 +125,8 @@
("automake" ,automake)
("texinfo" ,texinfo)))
(inputs
- `(("guile" ,guile-2.2.4)))
+ `(("guile" ,guile-2.2.4)
+ ("guile-email" ,guile-email)))
(home-page "https://www.gnu.org/software/guile-debbugs")
(synopsis "Guile bindings for the Debbugs bug tracker")
(description "This package provides a Guile library to communicate with a