mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: emacs-wisp-mode: Update to 1.0.12.
* gnu/packages/emacs-xyz.scm (emacs-wisp-mode): Update to 1.0.12. Change-Id: Iafc2b39b46fffcfe145279c272f59f5758f42499
This commit is contained in:
parent
07daa82564
commit
e2f408030d
1 changed files with 2 additions and 2 deletions
|
@ -38083,7 +38083,7 @@ (define-public emacs-vertico
|
|||
(define-public emacs-wisp-mode
|
||||
(package
|
||||
(name "emacs-wisp-mode")
|
||||
(version "1.0.11")
|
||||
(version "1.0.12")
|
||||
(source
|
||||
(origin
|
||||
(method hg-fetch)
|
||||
|
@ -38092,7 +38092,7 @@ (define-public emacs-wisp-mode
|
|||
(changeset (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1w2wx5001aiwky25kvk190d1bgz6g856nm5hhaggsyb1h9f5ws17"))))
|
||||
(base32 "0m5ssl4ngk2jl1zk0fnsss0asyvwanjaa5rrcksldqnh2ikcr4bm"))))
|
||||
(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