me
/
guix
Archived
1
0
Fork 0

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.
master
Nicolas Goaziou 2023-03-08 15:50:24 +01:00
parent b5b7b43f20
commit 6e4b997cdf
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -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