guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: emacs-debbugs: Update to 0.21.


From: guix-commits
Subject: 01/05: gnu: emacs-debbugs: Update to 0.21.
Date: Fri, 29 Nov 2019 17:54:17 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c19df020964764f8a3eaeeaab805f2a1c9fb12d5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Nov 29 22:48:32 2019 +0100

    gnu: emacs-debbugs: Update to 0.21.
    
    * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.21.
---
 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 3862cce..b3e2587 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3490,14 +3490,14 @@ source code using IPython.")
 (define-public emacs-debbugs
   (package
     (name "emacs-debbugs")
-    (version "0.20")
+    (version "0.21")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.gnu.org/packages/debbugs-";
                                   version ".tar"))
               (sha256
                (base32
-                "03mmb1zvbqlsznl5agq8k3xrlcz310vnsa2zn0y8myanm4ra51zm"))))
+                "1xx1wjfpsnwx2fpydqhwy9k1b5kjk8dqbkzf8lqaj9c4rvjbn50a"))))
     (build-system emacs-build-system)
     (arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
     (propagated-inputs



reply via email to

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