gnu: emacs-wisp-mode: Update to 1.0.11.
* gnu/packages/emacs-xyz.scm (emacs-wisp-mode): Update to 1.0.11.master
parent
7b5985e6a3
commit
34f2d3aad7
|
@ -35170,7 +35170,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.10")
|
(version "1.0.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method hg-fetch)
|
(method hg-fetch)
|
||||||
|
@ -35179,7 +35179,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 "13xlagkjmnzv0fn6bwb3vrqn6arxx1g2m1b4wg2rzm7dadlpgmpn"))))
|
(base32 "1w2wx5001aiwky25kvk190d1bgz6g856nm5hhaggsyb1h9f5ws17"))))
|
||||||
(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")
|
||||||
|
|
Reference in New Issue