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.28.


From: guix-commits
Subject: branch master updated: gnu: emacs-debbugs: Update to 0.28.
Date: Fri, 23 Apr 2021 05:25:10 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bb842f5  gnu: emacs-debbugs: Update to 0.28.
bb842f5 is described below

commit bb842f5ae1a2f52024a69a933f4ff1316e0d7d58
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Apr 23 11:24:39 2021 +0200

    gnu: emacs-debbugs: Update to 0.28.
    
    * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.28.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9f93a43..088fc98 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5357,14 +5357,14 @@ source code using IPython.")
 (define-public emacs-debbugs
   (package
     (name "emacs-debbugs")
-    (version "0.27")
+    (version "0.28")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/debbugs-";
                            version ".tar"))
        (sha256
-        (base32 "1zn9p9vmfv5ihrp8d06b6abs48q225v42cgwa01s39hld6zg6wbv"))))
+        (base32 "1qks38hpg3drhxzw66n5yxfq0v6fj9ya7d9dc6x0xwfp6r2x0li0"))))
     (build-system emacs-build-system)
     (arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
     (propagated-inputs



reply via email to

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