mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: emacs-fennel-mode: Update to 0.9.1.
* gnu/packages/emacs-xyz.scm (emacs-fennel-mode): Update to 0.9.1. Change-Id: If5d3fe222d706ca355f310a527166ff88565db08
This commit is contained in:
parent
7b75df2405
commit
e0776ecbf2
1 changed files with 18 additions and 20 deletions
|
@ -38874,27 +38874,25 @@ (define-public emacs-alsamixer-el
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-fennel-mode
|
(define-public emacs-fennel-mode
|
||||||
;; XXX: Commit below refers to the un-tagged latest release.
|
(package
|
||||||
(let ((commit "b3c52964eda7c0267f6e3f0ad6c690c3a1e89da1"))
|
(name "emacs-fennel-mode")
|
||||||
(package
|
(version "0.9.1")
|
||||||
(name "emacs-fennel-mode")
|
(source
|
||||||
(version "0.5.0")
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://git.sr.ht/~technomancy/fennel-mode")
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url "https://git.sr.ht/~technomancy/fennel-mode")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "0dh50nkfxfiqyf19lfqnbfdpd8xf23q38axfli60d0vcix9nhxpv"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32 "1yib626wi7xiairzqkk96s99p1q7mmr2y5v78bv01h5d7h12sdgq"))))
|
(home-page "https://git.sr.ht/~technomancy/fennel-mode")
|
||||||
(build-system emacs-build-system)
|
(synopsis "Emacs major-mode for editing Fennel code")
|
||||||
(home-page "https://git.sr.ht/~technomancy/fennel-mode")
|
(description
|
||||||
(synopsis "Emacs major-mode for editing Fennel code")
|
"Fennel mode provides font-lock, indentation, navigation, and REPL for
|
||||||
(description
|
|
||||||
"Fennel mode provides font-lock, indentation, navigation, and REPL for
|
|
||||||
Fennel code within Emacs.")
|
Fennel code within Emacs.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-org-modern
|
(define-public emacs-org-modern
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue