guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-debbugs: update to 0.22


From: guix-commits
Subject: branch master updated: gnu: emacs-debbugs: update to 0.22
Date: Sun, 15 Mar 2020 14:28:46 -0400

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 <address@hidden>
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 <address@hidden>
---
 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 <address@hidden>
 ;;; Copyright © 2020 Masaya Tojo <masaya@tojo.tokyo>
 ;;; Copyright © 2020 Martin Becze <address@hidden>
+;;; Copyright © 2020 Michael Rohleder <address@hidden>
 ;;;
 ;;; 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

[Prev in Thread] Current Thread [Next in Thread]