diff options
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |