mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-telega: Update to 0.5.2-2.
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.5.2-2. Adds support for I18N.
This commit is contained in:
parent
7afb0b25df
commit
f85c0f1878
1 changed files with 3 additions and 3 deletions
|
@ -20073,8 +20073,8 @@ (define-public emacs-helm-fish-completion
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-telega
|
||||
(let ((commit "57fb6089aac3c7bd84fd9a2d9ccb1937c9836275")
|
||||
(revision "1")
|
||||
(let ((commit "6184e76990db395bea02f7b5d3169e746111e1ad")
|
||||
(revision "2")
|
||||
(version "0.5.2"))
|
||||
(package
|
||||
(name "emacs-telega")
|
||||
|
@ -20087,7 +20087,7 @@ (define-public emacs-telega
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"0v46jnkphsd7glndcxz05b3xbgyw0i8zl0ybzbrjx24764svn69f"))
|
||||
"1kfmmfc9dv3r2wxm1njflgas51qm0j8sj7yr7vfvwaz5sz7p121b"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue