[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)))
- branch master updated (1374347 -> b76db6e), guix-commits, 2021/05/29
- 01/63: gnu: emacs-datetime: Update to 0.7., guix-commits, 2021/05/29
- 02/63: gnu: emacs-dired-sidebar: Update to 0.2.0., guix-commits, 2021/05/29
- 05/63: gnu: emacs-dockerfile-mode: Update to 1.4., guix-commits, 2021/05/29
- 06/63: gnu: emacs-doom-modeline: Update to 3.1.1., guix-commits, 2021/05/29
- 08/63: gnu: emacs-eldev: Update to 0.9.1., guix-commits, 2021/05/29
- 03/63: gnu: emacs-d-mode: Update to 2.0.11.,
guix-commits <=
- 04/63: gnu: emacs-d-mode: Clean up description., guix-commits, 2021/05/29
- 07/63: gnu: emacs-ebib: Update to 2.32.1., guix-commits, 2021/05/29
- 09/63: gnu: emacs-elfeed-score: Update to 0.7.8., guix-commits, 2021/05/29
- 11/63: gnu: emacs-evil-commentary: Update to 2.2.0., guix-commits, 2021/05/29
- 12/63: gnu: emacs-evil-matchit: Update to 2.3.11., guix-commits, 2021/05/29
- 13/63: gnu: emacs-evil-nerd-commenter: Update to 3.5.4., guix-commits, 2021/05/29
- 17/63: gnu: emacs-geiser-racket: Remove ".git" suffix from origin URI., guix-commits, 2021/05/29
- 16/63: gnu: emacs-find-file-in-project: Update to 6.0.7., guix-commits, 2021/05/29
- 15/63: gnu: emacs-exwm-x: Update to 2.0.2., guix-commits, 2021/05/29
- 23/63: gnu: emacs-helm-ag: Update to 0.64., guix-commits, 2021/05/29