guix-commits
[Top][All Lists]
Advanced

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

03/63: gnu: emacs-d-mode: Update to 2.0.11.


From: guix-commits
Subject: 03/63: gnu: emacs-d-mode: Update to 2.0.11.
Date: Sat, 29 May 2021 10:17:37 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d7c61c3acad947f83d69e2375129bf0d057b9fae
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 15:16:01 2021 +0200

    gnu: emacs-d-mode: Update to 2.0.11.
    
    * gnu/packages/emacs-xyz.scm (emacs-d-mode): Update to 2.0.11.
---
 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 13966ea..1bd56b2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3295,7 +3295,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.10")
+    (version "2.0.11")
     (source
      (origin
        (method git-fetch)
@@ -3304,7 +3304,7 @@ evaluations.  The entry point is @code{M-x build-farm} 
command.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0915kb9jcaixgindhj85fmykkhvj31ckp1yg6746fznwdgfrlifv"))))
+        (base32 "0vkl470vvmxap8ca773a0jvjvalmvdbbax3qvgjdclp54ml75al4"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-undercover" ,emacs-undercover)))



reply via email to

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