guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-telega: Update to 0.5.3-1.


From: guix-commits
Subject: 01/01: gnu: emacs-telega: Update to 0.5.3-1.
Date: Sat, 14 Dec 2019 15:08:30 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 9d97a11f04548b8b4f9865b4fa4173a119aa9985
Author: Brett Gilio <address@hidden>
Date:   Sat Dec 14 14:07:22 2019 -0600

    gnu: emacs-telega: Update to 0.5.3-1.
    
    * gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.5.3-1.
    [version]: Correct the version number used in the package elisp code itself.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 30b6258..505594a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20083,8 +20083,8 @@ fish-completion.  It can be used in both Eshell and M-x 
shell.")
 
 (define-public emacs-telega
   (let ((commit "6184e76990db395bea02f7b5d3169e746111e1ad")
-       (revision "2")
-       (version "0.5.2"))
+       (revision "1")
+       (version "0.5.3"))
     (package
       (name "emacs-telega")
       (version (git-version version revision commit))



reply via email to

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