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:
Brett Gilio 2019-12-15 15:30:16 -06:00
parent 6b714d8d14
commit 0fce0b2eef
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -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"))