gnu: emacs-terraform-mode: Update to 1.0.1.
* gnu/packages/emacs-xyz.scm (emacs-terraform-mode): Update to 1.0.1.master
parent
c05bcf8353
commit
a48157b1b0
|
@ -20834,7 +20834,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 "1.0.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -20843,7 +20843,7 @@ 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 "0npmj39b74h1lmqbvnnwcy3jqnaifgawi9p4sb242fcngiy2ppxf"))))
|
(base32 "10wndnlsv7f2yn83n1wamnhiwyhxkdlmwld9yk0m2kkxx4pwfgfj"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash emacs-hcl-mode))
|
(list emacs-dash emacs-hcl-mode))
|
||||||
|
|
Reference in New Issue