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
|
||||
(package
|
||||
(name "emacs-terraform-mode")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -20843,7 +20843,7 @@ highlighting and indentation support.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0npmj39b74h1lmqbvnnwcy3jqnaifgawi9p4sb242fcngiy2ppxf"))))
|
||||
(base32 "10wndnlsv7f2yn83n1wamnhiwyhxkdlmwld9yk0m2kkxx4pwfgfj"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-hcl-mode))
|
||||
|
|
Reference in New Issue