mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: emacs-wisp-mode: Update to 1.0.10.
* gnu/packages/emacs-xyz.scm (emacs-wisp-mode): Update to 1.0.10.
This commit is contained in:
parent
8322c062a9
commit
116a16aa3a
1 changed files with 2 additions and 2 deletions
|
@ -34521,7 +34521,7 @@ (define-public emacs-vertico
|
||||||
(define-public emacs-wisp-mode
|
(define-public emacs-wisp-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-wisp-mode")
|
(name "emacs-wisp-mode")
|
||||||
(version "1.0.8")
|
(version "1.0.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method hg-fetch)
|
(method hg-fetch)
|
||||||
|
@ -34530,7 +34530,7 @@ (define-public emacs-wisp-mode
|
||||||
(changeset (string-append "v" version))))
|
(changeset (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hqwdmx081icv516cyndjkwvgr7b41hi5qdaylkv0jran35jwjiw"))))
|
(base32 "13xlagkjmnzv0fn6bwb3vrqn6arxx1g2m1b4wg2rzm7dadlpgmpn"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://www.draketo.de/software/wisp")
|
(home-page "https://www.draketo.de/software/wisp")
|
||||||
(synopsis "Syntax highlighting and indentation support for Wisp files")
|
(synopsis "Syntax highlighting and indentation support for Wisp files")
|
||||||
|
|
Loading…
Reference in a new issue