guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-dap-mode: Update to 0.7.


From: guix-commits
Subject: branch master updated: gnu: emacs-dap-mode: Update to 0.7.
Date: Tue, 07 Sep 2021 03:44:24 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4867738  gnu: emacs-dap-mode: Update to 0.7.
4867738 is described below

commit 4867738c7fc84b34b58b7c910ec0e573431ef8eb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 7 09:44:09 2021 +0200

    gnu: emacs-dap-mode: Update to 0.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-dap-mode): Update to 0.7.
---
 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 541aaa9..4698bc7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23610,7 +23610,7 @@ and implementation of treeview controls using treemacs 
as a tree renderer.")
 (define-public emacs-dap-mode
   (package
     (name "emacs-dap-mode")
-    (version "0.6")
+    (version "0.7")
     (source
      (origin
        (method git-fetch)
@@ -23619,7 +23619,7 @@ and implementation of treeview controls using treemacs 
as a tree renderer.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1d4hdydfk86d4slibigyhwng8wx3vzyap8hp5iv0h7wr6868m4iv"))))
+        (base32 "1zczmcv8562lachkvcwy6njn7zkgny08iznpmrx821wr8mh52wnn"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-bui" ,emacs-bui)



reply via email to

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