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