[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-dart-mode: Update to 1.0.7.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-dart-mode: Update to 1.0.7. |
Date: |
Sat, 04 Sep 2021 02:18:19 -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 f108a50 gnu: emacs-dart-mode: Update to 1.0.7.
f108a50 is described below
commit f108a50fa4d2811f3d2ff69aae85544b4cd470f2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 4 08:17:42 2021 +0200
gnu: emacs-dart-mode: Update to 1.0.7.
* gnu/packages/emacs-xyz.scm (emacs-dart-mode): Update to 1.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 e57262b..98014e0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12342,7 +12342,7 @@ known loosely as deftheme. Many mode-specific
customizations are included.")
(define-public emacs-dart-mode
(package
(name "emacs-dart-mode")
- (version "1.0.5")
+ (version "1.0.7")
(source
(origin
(method git-fetch)
@@ -12351,7 +12351,7 @@ known loosely as deftheme. Many mode-specific
customizations are included.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1qmdlwjmmqyyb65sqvfpygifai5m0llc815vp0jqwp8ldd8ls172"))))
+ (base32 "1vql8m4nj0brmv58b6lkbhykik8n6j4i7d3nylcls78y7ihc2cz8"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-dart-mode: Update to 1.0.7.,
guix-commits <=