guix-commits
[Top][All Lists]
Advanced

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

27/36: gnu: emacs-d-mode: Update to 2.0.9.


From: Tobias Geerinckx-Rice
Subject: 27/36: gnu: emacs-d-mode: Update to 2.0.9.
Date: Tue, 19 Jun 2018 23:27:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit aa86a564635da8cbe0368576a7af553409884527
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 20 04:05:23 2018 +0200

    gnu: emacs-d-mode: Update to 2.0.9.
    
    * gnu/packages/emacs.scm (emacs-d-mode): Update to 2.0.9.
---
 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 7a8ddaf..219358b 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1725,7 +1725,7 @@ management tasks from Emacs.  To begin with, run 
@code{M-x guix-about} or
 (define-public emacs-d-mode
   (package
     (name "emacs-d-mode")
-    (version "2.0.8")
+    (version "2.0.9")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1734,7 +1734,7 @@ management tasks from Emacs.  To begin with, run 
@code{M-x guix-about} or
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0knpgi55jm09282aqf8pv55zillpnpzf9f4sgm6gwsmvxf17xaw0"))))
+                "127aa77ix3p7w4g339bx026df9y649dahlr3v359z0hs40zjz3kd"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-undercover" ,emacs-undercover)))



reply via email to

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