This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new fee6ae91b0 gnu: tree-sitter-vhdl: Update to 1.4.0.
fee6ae91b0 is described below
commit fee6ae91b0a44737a5bd2e28bc8213af9b4de1d4
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Mar 10 08:55:55 2026 +0100
gnu: tree-sitter-vhdl: Update to 1.4.0.
* gnu/packages/tree-sitter.scm (tree-sitter-vhdl): Update to 1.4.0.
Change-Id: I201603aa5314203f62cd062a3ab9779aa307336c
---
gnu/packages/tree-sitter.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 56a3046c22..671b0a0a4e 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -2034,8 +2034,8 @@ files.")))
(define-public tree-sitter-vhdl
(tree-sitter-grammar
"vhdl" "VHDL"
- "1q3phfp8wa7c0ava5488s6vpkvk5n5y8ilglg23h9lpygarx7fji"
- "1.3.1"
+ "12vnwjxzf845zb1f0gz38w98340bdjj64d327nnh3bv23h7w2yan"
+ "1.4.0"
#:repository-url "https://github.com/jpt13653903/tree-sitter-vhdl"))
;;; TODO: Remove this package when emacs-vhdl-ts-mode switches to jpt13653903.