gnu: emacs-fennel-mode: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-fennel-mode): Update to 0.5.0. [source]<origin>: Update URI. [home-page]: Update URL.master
parent
e98f363b13
commit
9611664d87
|
@ -31676,24 +31676,26 @@ audio volume via amixer.")
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-fennel-mode
|
||||
;; XXX: Commit below refers to the un-tagged latest release.
|
||||
(let ((commit "b3c52964eda7c0267f6e3f0ad6c690c3a1e89da1"))
|
||||
(package
|
||||
(name "emacs-fennel-mode")
|
||||
(version "0.4.1")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/technomancy/fennel-mode")
|
||||
(commit version)))
|
||||
(url "https://git.sr.ht/~technomancy/fennel-mode")
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32 "0dwas3ivhxdyw6njkcadc8c17cirq325cmby04qls8zkmrvlil1w"))))
|
||||
(base32 "1yib626wi7xiairzqkk96s99p1q7mmr2y5v78bv01h5d7h12sdgq"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://gitlab.com/technomancy/fennel-mode")
|
||||
(home-page "https://git.sr.ht/~technomancy/fennel-mode")
|
||||
(synopsis "Emacs major-mode for editing Fennel code")
|
||||
(description
|
||||
"Fennel mode provides font-lock, indentation, navigation, and REPL for
|
||||
Fennel code within Emacs.")
|
||||
(license license:gpl3+)))
|
||||
Fennel code within Emacs.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-org-modern
|
||||
(package
|
||||
|
|
Reference in New Issue