gnu: emacs-telega: Add comment about obtaining version.
* gnu/packages/emacs-xyz.scm (emacs-telega): Add comment about obtaining version.
This commit is contained in:
parent
6b714d8d14
commit
0fce0b2eef
1 changed files with 3 additions and 0 deletions
|
@ -20082,6 +20082,9 @@ fish-completion. It can be used in both Eshell and M-x shell.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-telega
|
(define-public emacs-telega
|
||||||
|
;; This package has versions newer than indicated on MELPA.
|
||||||
|
;; Get the current version from `telega-version` in telega.el.
|
||||||
|
;; or by running M-x telega-version.
|
||||||
(let ((commit "6184e76990db395bea02f7b5d3169e746111e1ad")
|
(let ((commit "6184e76990db395bea02f7b5d3169e746111e1ad")
|
||||||
(revision "1")
|
(revision "1")
|
||||||
(version "0.5.3"))
|
(version "0.5.3"))
|
||||||
|
|
Reference in a new issue