guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: emacs-d-mode: Update to 2.0.12.


From: guix-commits
Subject: 07/10: gnu: emacs-d-mode: Update to 2.0.12.
Date: Sat, 11 Jun 2022 21:59:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 66c5e40762cb43277915453d9615d2fe80fd4a6f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 5 02:00:01 2022 +0200

    gnu: emacs-d-mode: Update to 2.0.12.
    
    * gnu/packages/emacs-xyz.scm (emacs-d-mode): Update to 2.0.12.
---
 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 72ab9fa44f..ef0b5bb7b7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3969,7 +3969,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.11")
+    (version "2.0.12")
     (source
      (origin
        (method git-fetch)
@@ -3978,7 +3978,7 @@ evaluations.  The entry point is @code{M-x build-farm} 
command.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0vkl470vvmxap8ca773a0jvjvalmvdbbax3qvgjdclp54ml75al4"))))
+        (base32 "0mwd412d2kha8avkyhvvkh8r7an859xk18f7phgx7kj989pr3xkr"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-undercover))



reply via email to

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