guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: emacs-telega: Add comment about obtaining version.


From: guix-commits
Subject: 01/01: gnu: emacs-telega: Add comment about obtaining version.
Date: Sun, 15 Dec 2019 16:30:36 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 0fce0b2eef617204c70548c5dce2002bde4110f9
Author: Brett Gilio <address@hidden>
Date:   Sun Dec 15 15:30:16 2019 -0600

    gnu: emacs-telega: Add comment about obtaining version.
    
    * gnu/packages/emacs-xyz.scm (emacs-telega): Add comment about obtaining 
version.
---
 gnu/packages/emacs-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9d60e48..7ea8032 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20082,6 +20082,9 @@ fish-completion.  It can be used in both Eshell and M-x 
shell.")
       (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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]