mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-wisp-mode: Update to 1.0.8.
* gnu/packages/emacs-xyz.scm (emacs-wisp-mode): Update to 1.0.8.
This commit is contained in:
parent
991eb7717e
commit
5051cbaeee
1 changed files with 3 additions and 3 deletions
|
@ -33313,16 +33313,16 @@ (define-public emacs-vertico
|
|||
(define-public emacs-wisp-mode
|
||||
(package
|
||||
(name "emacs-wisp-mode")
|
||||
(version "0.3.0")
|
||||
(version "1.0.8")
|
||||
(source
|
||||
(origin
|
||||
(method hg-fetch)
|
||||
(uri (hg-reference
|
||||
(url "https://hg.sr.ht/~arnebab/wisp")
|
||||
(changeset (string-append "wisp-mode-" version))))
|
||||
(changeset (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "189baxk27rq3s6h6mh0m25sv504853rpvyxxdcwx6wdy7l88qany"))))
|
||||
(base32 "1hqwdmx081icv516cyndjkwvgr7b41hi5qdaylkv0jran35jwjiw"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://www.draketo.de/software/wisp")
|
||||
(synopsis "Syntax highlighting and indentation support for Wisp files")
|
||||
|
|
Loading…
Reference in a new issue