guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-debbugs: Update to 0.15.


From: Oleg Pykhalov
Subject: 01/01: gnu: emacs-debbugs: Update to 0.15.
Date: Thu, 18 Jan 2018 08:14:18 -0500 (EST)

wigust pushed a commit to branch master
in repository guix.

commit 8180a40692614a97e48a398a5099f3b700f878db
Author: Oleg Pykhalov <address@hidden>
Date:   Thu Jan 18 15:51:43 2018 +0300

    gnu: emacs-debbugs: Update to 0.15.
    
    * gnu/packages/emacs.scm (emacs-debbugs): Update to 0.15.
---
 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 bfce495..6bb3f27 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2399,14 +2399,14 @@ source code using IPython.")
 (define-public emacs-debbugs
   (package
     (name "emacs-debbugs")
-    (version "0.14")
+    (version "0.15")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.gnu.org/packages/debbugs-";
                                   version ".tar"))
               (sha256
                (base32
-                "07wgcvg038l88gxvjr0gjpjhyk743w22x1rqghz3gkmif0g70say"))))
+                "1x7jw2ldgkknyxg7x9fhnqkary691icnysmi3xw0g2fjrvllzhqw"))))
     (build-system emacs-build-system)
     (arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
     (propagated-inputs



reply via email to

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