mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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:
parent
d900e1f675
commit
9d97a11f04
1 changed files with 2 additions and 2 deletions
|
@ -20083,8 +20083,8 @@ (define-public emacs-helm-fish-completion
|
|||
|
||||
(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))
|
||||
|
|
Loading…
Reference in a new issue