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.
This commit is contained in:
Brett Gilio 2019-12-14 14:07:22 -06:00
parent d900e1f675
commit 9d97a11f04
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE
1 changed files with 2 additions and 2 deletions

View File

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