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
parent
b5b7b43f20
commit
6e4b997cdf
|
@ -20214,7 +20214,7 @@ highlighting and indentation support.")
|
||||||
(define-public emacs-terraform-mode
|
(define-public emacs-terraform-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-terraform-mode")
|
(name "emacs-terraform-mode")
|
||||||
(version "0.06")
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -20223,10 +20223,10 @@ highlighting and indentation support.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05hn8kskx9lcgn7bzgam99c629zlryir2pickwrqndacjrqpdykx"))))
|
(base32 "0npmj39b74h1lmqbvnnwcy3jqnaifgawi9p4sb242fcngiy2ppxf"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-hcl-mode))
|
(list emacs-dash emacs-hcl-mode))
|
||||||
(home-page "https://github.com/syohex/emacs-terraform-mode")
|
(home-page "https://github.com/syohex/emacs-terraform-mode")
|
||||||
(synopsis "Major mode for Terraform")
|
(synopsis "Major mode for Terraform")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue