me
/
guix
Archived
1
0
Fork 0

gnu: emacs-telega: Update to 0.8.290.

* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.290.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
master
Sergey Trofimov 2024-05-16 17:46:23 +02:00 committed by Jonathan Brielmaier
parent cf37df2278
commit e9b25a6c6c
No known key found for this signature in database
GPG Key ID: ECFC83988B4E4B9F
1 changed files with 3 additions and 3 deletions

View File

@ -35092,11 +35092,11 @@ other @code{helm-type-file} sources such as @code{helm-locate}.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-telega-server (define-public emacs-telega-server
(let ((commit "30615199c76333af9f71992e0992ac691ca5e197") (let ((commit "009e5ce9d393aa049bb3b1182306db4b5b85833b")
(revision "0")) (revision "0"))
(package (package
(name "emacs-telega-server") (name "emacs-telega-server")
(version (git-version "0.8.255" revision commit)) (version (git-version "0.8.290" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -35104,7 +35104,7 @@ other @code{helm-type-file} sources such as @code{helm-locate}.")
(url "https://github.com/zevlg/telega.el") (url "https://github.com/zevlg/telega.el")
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 "1kdp4wg4fkv5iiihvlkcb633d07vlqzndlv3qgak0s05vylhs72r")) (base32 "06k2qkxzq3l3cdqr70zrxrnm3q6qp9nw3zgm3p65nmx86ky1q72f"))
(file-name (git-file-name "emacs-telega" version)) (file-name (git-file-name "emacs-telega" version))
(patches (patches
(search-patches "emacs-telega-path-placeholder.patch" (search-patches "emacs-telega-path-placeholder.patch"