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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e2c7dbb  gnu: emacs-debbugs: update to 0.22
e2c7dbb is described below

commit e2c7dbbf98bfd1b73fa3067d92f2924a135f287a
Author: Michael Rohleder <[email protected]>
AuthorDate: Sun Mar 15 18:42:44 2020 +0100

    gnu: emacs-debbugs: update to 0.22
    
    * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.22.
    
    Signed-off-by: Leo Famulari <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d458143..a821bc7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -62,6 +62,7 @@
 ;;; Copyright © 2020 Evan Straw <[email protected]>
 ;;; Copyright © 2020 Masaya Tojo <[email protected]>
 ;;; Copyright © 2020 Martin Becze <[email protected]>
+;;; Copyright © 2020 Michael Rohleder <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3606,14 +3607,14 @@ source code using IPython.")
 (define-public emacs-debbugs
   (package
     (name "emacs-debbugs")
-    (version "0.21")
+    (version "0.22")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.gnu.org/packages/debbugs-";
                                   version ".tar"))
               (sha256
                (base32
-                "1xx1wjfpsnwx2fpydqhwy9k1b5kjk8dqbkzf8lqaj9c4rvjbn50a"))))
+                "05ik9qv539b5c1nzxkk3lk23bqj4vqgmfmd8x367abhb7c9gix2z"))))
     (build-system emacs-build-system)
     (arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
     (propagated-inputs

Reply via email to