gnu: emacs-vhdl-ts-mode: Update to 0.3.0.

* gnu/packages/emacs-xyz.scm (emacs-vhdl-ts-mode): Update to 0.3.0.

Change-Id: I77f504291537c9c106c8fcce9577bf437566250c
This commit is contained in:
Cayetano Santos 2025-07-20 18:53:08 +02:00 committed by Ian Eure
parent 6911c9f3a3
commit b74fe3659c
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -9692,7 +9692,7 @@ with Emacs.")
(define-public emacs-vhdl-ts-mode (define-public emacs-vhdl-ts-mode
(package (package
(name "emacs-vhdl-ts-mode") (name "emacs-vhdl-ts-mode")
(version "0.2.2") (version "0.3.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -9701,7 +9701,7 @@ with Emacs.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0vqq1819czzliicanv00hhv13zy9apvj4326pnj9n3iqx45q6a96")))) (base32 "0pv68hv7l7z54xf7pyr5n5bplidkxkr0bgw35hjp1gg9pq7m4wfd"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
;; the testing framework, test-hdl, requires network ;; the testing framework, test-hdl, requires network