guix-commits
[Top][All Lists]
Advanced

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

243/285: gnu: emacs-d-mode: Update to 2.0.10.


From: guix-commits
Subject: 243/285: gnu: emacs-d-mode: Update to 2.0.10.
Date: Sun, 29 Dec 2019 20:44:39 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 410a46c847b28f497264d15035242ff1235e5836
Author: Brett Gilio <address@hidden>
Date:   Fri Dec 27 19:35:44 2019 -0600

    gnu: emacs-d-mode: Update to 2.0.10.
    
    * gnu/packages/emacs-xyz.scm (emacs-d-mode): Update to 2.0.10.
---
 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 15b33e3..0649e84 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2199,7 +2199,7 @@ evaluations.  The entry point is @code{M-x build-farm} 
command.")
 (define-public emacs-d-mode
   (package
     (name "emacs-d-mode")
-    (version "2.0.9")
+    (version "2.0.10")
     (source
      (origin
        (method git-fetch)
@@ -2208,7 +2208,7 @@ evaluations.  The entry point is @code{M-x build-farm} 
command.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0fzplvi1sm8k2sabfdvrd7j2xypwqh0g9v1mxa75dajdmcd85zpj"))))
+        (base32 "0915kb9jcaixgindhj85fmykkhvj31ckp1yg6746fznwdgfrlifv"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-undercover" ,emacs-undercover)))



reply via email to

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