mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
6911c9f3a3
commit
b74fe3659c
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue