diff options
author | Cayetano Santos <csantosb@inventati.org> | 2025-07-20 18:50:50 +0200 |
---|---|---|
committer | Ian Eure <ian@retrospec.tv> | 2025-07-24 08:43:32 -0700 |
commit | 6911c9f3a308a026a946262dc50341ea82c864e1 (patch) | |
tree | 0ffa1a5c79682ea438260e18761f5e24bc6ddf2b | |
parent | 3c1b0b348abfafc3fa637d12a940017b52c90585 (diff) |
gnu: emacs-vhdl-ext: Update to 0.6.0.
* gnu/packages/emacs-xyz.scm (emacs-vhdl-ext): Update to 0.6.0.
Change-Id: Ia8ef1268d37de109ab53afff4b221037e636f530
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 7cf5f915be..d98bc82c37 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -9639,16 +9639,16 @@ snippets for yasnippet.") (define-public emacs-vhdl-ext (package (name "emacs-vhdl-ext") - (version "0.5.4") + (version "0.6.0") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/gmlarumbe/vhdl-ext/") - (commit (string-append "v" version)))) + (url "https://github.com/gmlarumbe/vhdl-ext/") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0vgmhsgrh8x8br5grnh1jnf01r2q148xxyf028jgaq09wwjkdvkc")))) + (base32 "0prxdchcs0k7mclm6mdf4lwpsnww5vn094ici5fbp0rh0h4mzyc3")))) (build-system emacs-build-system) (arguments ;; the testing framework test-hdl requires network @@ -9659,7 +9659,6 @@ snippets for yasnippet.") emacs-flycheck emacs-hydra emacs-lsp-mode - emacs-outshine emacs-ripgrep emacs-vhdl-ts-mode)) (home-page "https://github.com/gmlarumbe/vhdl-ext/") |