Archived
1
0
Fork 0

gnu: emacs-telega-server: Update to 0.8.240.

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

Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Sergey Trofimov 2024-02-01 11:23:06 +01:00 committed by Andrew Tropin
parent b51542d991
commit d8472f7164
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -34530,11 +34530,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 "304705fa007c3dae3c5d0c6dc66641ae783f0081") (let ((commit "e8d9459ef725ed8fb60479b5fccadae1e4eac87a")
(revision "0")) (revision "0"))
(package (package
(name "emacs-telega-server") (name "emacs-telega-server")
(version (git-version "0.8.230" revision commit)) (version (git-version "0.8.240" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -34542,7 +34542,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 "02yxjaxpf2f6pjg3ixw7jvx56x6lfh30mnsmiz1p2yi64kyllaan")) (base32 "18f6i2w0iial2wi60vkqck30c0m4p2nj0bzd2x9p4il27dwv5hwq"))
(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"