gnu: emacs-terraform-mode: Update to 1.0.1.

* gnu/packages/emacs-xyz.scm (emacs-terraform-mode): Update to 1.0.1.
This commit is contained in:
Nicolas Goaziou 2023-05-21 14:34:06 +02:00
parent c05bcf8353
commit a48157b1b0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20834,7 +20834,7 @@ (define-public emacs-hcl-mode
(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 @@ (define-public emacs-terraform-mode
(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))