[bug#79153] gnu: emacs-terraform-mode: Update to 1.1.0.

Message ID 7d009890ecaf54c83ce6a45ac5d8de7fdafc8174.1754135304.git.~@wolfsden.cz
State New
Headers
Series [bug#79153] gnu: emacs-terraform-mode: Update to 1.1.0. |

Commit Message

Tomas Volf Aug. 2, 2025, 11:48 a.m. UTC
* gnu/packages/emacs-xyz.scm (emacs-terraform-mode): Update to 1.1.0.
[source]<uri>{url}: Use new upstream.
[home-page]: Change to the new home.

Change-Id: I688284c67f3b184cb4e8360de72d5a90cbe13aef
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
  

Comments

Andreas Enge Aug. 2, 2025, 8:06 p.m. UTC | #1
Ah, if someone had told me that one day, I would be pushing emacs updates :)
But I do not know who else still looks at debbugs.

Andreas
  

Patch

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 514692336f6..9669967ba49 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25924,16 +25924,16 @@  (define-public emacs-hcl-mode
 (define-public emacs-terraform-mode
   (package
     (name "emacs-terraform-mode")
-    (version "1.0.1")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/syohex/emacs-terraform-mode")
+             (url "https://github.com/hcl-emacs/terraform-mode")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10wndnlsv7f2yn83n1wamnhiwyhxkdlmwld9yk0m2kkxx4pwfgfj"))))
+        (base32 "15xgjyl864crx3vpalds68x0vn1qzibkqdcjlbp87xiq88dx2q1x"))))
     (build-system emacs-build-system)
     (arguments
      (list #:test-command #~(list "emacs" "--batch"
@@ -25944,7 +25944,7 @@  (define-public emacs-terraform-mode
                                   "-f" "ert-run-tests-batch-and-exit")))
     (propagated-inputs
      (list emacs-dash emacs-hcl-mode))
-    (home-page "https://github.com/syohex/emacs-terraform-mode")
+    (home-page "https://github.com/hcl-emacs/terraform-mode")
     (synopsis "Major mode for Terraform")
     (description
      "@code{emacs-terraform-mode} provides a major mode for working with