me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-terraform-mode): Update to 1.0.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

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