mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (define-public emacs-helm-fish-completion
|
|||
(license license:gpl3+))))
|
||||
|
||||
(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")
|
||||
(revision "1")
|
||||
(version "0.5.3"))
|
||||
|
|
Loading…
Reference in a new issue