[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/16: gnu: emacs-terraform-mode: Update to 1.0.0.
From: |
guix-commits |
Subject: |
16/16: gnu: emacs-terraform-mode: Update to 1.0.0. |
Date: |
Wed, 8 Mar 2023 09:53:57 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 6e4b997cdfb12b657f525949409c3b761ab4d901
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 8 15:50:24 2023 +0100
gnu: emacs-terraform-mode: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-terraform-mode): Update to 1.0.0.
[propagated-inputs]: Add EMACS-DASH.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 345ba01695..67455112f1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20214,7 +20214,7 @@ highlighting and indentation support.")
(define-public emacs-terraform-mode
(package
(name "emacs-terraform-mode")
- (version "0.06")
+ (version "1.0.0")
(source
(origin
(method git-fetch)
@@ -20223,10 +20223,10 @@ highlighting and indentation support.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "05hn8kskx9lcgn7bzgam99c629zlryir2pickwrqndacjrqpdykx"))))
+ (base32 "0npmj39b74h1lmqbvnnwcy3jqnaifgawi9p4sb242fcngiy2ppxf"))))
(build-system emacs-build-system)
(propagated-inputs
- (list emacs-hcl-mode))
+ (list emacs-dash emacs-hcl-mode))
(home-page "https://github.com/syohex/emacs-terraform-mode")
(synopsis "Major mode for Terraform")
(description
- 01/16: gnu: Update emacs-ement to 0.7., (continued)
- 01/16: gnu: Update emacs-ement to 0.7., guix-commits, 2023/03/08
- 04/16: gnu: emacs-subed: Update to 1.1.0., guix-commits, 2023/03/08
- 10/16: gnu: emacs-cnfonts: Update to 1.1.0., guix-commits, 2023/03/08
- 07/16: gnu: emacs-tramp: Update to 2.6.0.2., guix-commits, 2023/03/08
- 02/16: gnu: emacs-apheleia: Update to 3.2., guix-commits, 2023/03/08
- 09/16: gnu: emacs-cmake-font-lock: Update to 0.1.13., guix-commits, 2023/03/08
- 08/16: gnu: emacs-beginend: Update to 2.4.0., guix-commits, 2023/03/08
- 11/16: gnu: emacs-dtrt-indent: Update to 1.9., guix-commits, 2023/03/08
- 12/16: gnu: emacs-ebuild-mode: Update to 1.62., guix-commits, 2023/03/08
- 14/16: gnu: emacs-org-re-reveal: Update to 3.18.2., guix-commits, 2023/03/08
- 16/16: gnu: emacs-terraform-mode: Update to 1.0.0.,
guix-commits <=