mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ complementary packages.")
|
||||||
(define-public emacs-wisp-mode
|
(define-public emacs-wisp-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-wisp-mode")
|
(name "emacs-wisp-mode")
|
||||||
(version "1.0.11")
|
(version "1.0.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method hg-fetch)
|
(method hg-fetch)
|
||||||
|
@ -38092,7 +38092,7 @@ complementary packages.")
|
||||||
(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 "1w2wx5001aiwky25kvk190d1bgz6g856nm5hhaggsyb1h9f5ws17"))))
|
(base32 "0m5ssl4ngk2jl1zk0fnsss0asyvwanjaa5rrcksldqnh2ikcr4bm"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue