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:
Nicolas Goaziou 2023-02-20 13:30:50 +01:00
parent 8322c062a9
commit 116a16aa3a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -34521,7 +34521,7 @@ (define-public emacs-vertico
(define-public emacs-wisp-mode
(package
(name "emacs-wisp-mode")
(version "1.0.8")
(version "1.0.10")
(source
(origin
(method hg-fetch)
@ -34530,7 +34530,7 @@ (define-public emacs-wisp-mode
(changeset (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1hqwdmx081icv516cyndjkwvgr7b41hi5qdaylkv0jran35jwjiw"))))
(base32 "13xlagkjmnzv0fn6bwb3vrqn6arxx1g2m1b4wg2rzm7dadlpgmpn"))))
(build-system emacs-build-system)
(home-page "https://www.draketo.de/software/wisp")
(synopsis "Syntax highlighting and indentation support for Wisp files")