guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: emacs-debbugs: Update to 0.14.


From: Alex Kost
Subject: 01/03: gnu: emacs-debbugs: Update to 0.14.
Date: Fri, 7 Apr 2017 13:24:50 -0400 (EDT)

alezost pushed a commit to branch master
in repository guix.

commit b0dd3436ed4387ed768b4e9da9bcedb6d8c08d50
Author: Alex Kost <address@hidden>
Date:   Fri Apr 7 19:52:11 2017 +0300

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 3db31f2..15ab6b4 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1979,14 +1979,14 @@ source code using IPython.")
 (define-public emacs-debbugs
   (package
     (name "emacs-debbugs")
-    (version "0.12")
+    (version "0.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.gnu.org/packages/debbugs-";
                                   version ".tar"))
               (sha256
                (base32
-                "1swi4d7fhahimid9j12cypmkz7dlqgffrnhfxy5ra44y3j2b35ph"))))
+                "07wgcvg038l88gxvjr0gjpjhyk743w22x1rqghz3gkmif0g70say"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)))



reply via email to

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