mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: emacs-telega-server: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 1.0.0. Change-Id: Idbd393e702a1fb39168a9bf18e898d1a081b1703 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
df3d4db1f7
commit
3794c8e5ce
1 changed files with 3 additions and 3 deletions
|
|
@ -40909,10 +40909,10 @@ other @code{helm-type-file} sources such as @code{helm-locate}.")
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-telega-server
|
||||
(let ((commit "f5b48d2a605c1383ddb8522ed315b625115f16a6"))
|
||||
(let ((commit "d359504b77e139542f4fafd0cbe3a480ccdb09ed"))
|
||||
(package
|
||||
(name "emacs-telega-server")
|
||||
(version "0.8.5")
|
||||
(version "1.0.0") ; defined in server/telega-server.c
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -40920,7 +40920,7 @@ other @code{helm-type-file} sources such as @code{helm-locate}.")
|
|||
(url "https://github.com/zevlg/telega.el")
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32 "12h4jvqzw2s30c1wxd26qa9m8fhpb2nc1ijh05781fkxd7sqrdkr"))
|
||||
(base32 "1hzbhwhivqs8d0ivj2ilq46x2q02p3kakw349cqv1s2yn2k0mfxz"))
|
||||
(file-name (git-file-name "emacs-telega" version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue