mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-10 15:10:37 +02:00
gnu: emacs-telega: Update to 0.8.441.
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.441. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
31714008df
commit
ee2298116a
@@ -37714,11 +37714,11 @@ service, and connect it with Emacs via inter-process communication.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-telega
|
||||
(let ((commit "0368bae5646193d421a04130ed5e046fe47946d3")
|
||||
(let ((commit "85ad1717de4a47ebeb293e836e5a89e901b55dbd")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-telega")
|
||||
(version (git-version "0.8.391" revision commit))
|
||||
(version (git-version "0.8.441" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -37726,7 +37726,7 @@ service, and connect it with Emacs via inter-process communication.")
|
||||
(url "https://github.com/zevlg/telega.el")
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32 "05q8nrbp9r6hkdck2d8zwl9dwww3sqjlfka1ifxwwgcrndni3nx8"))
|
||||
(base32 "099a9269fb9p4hj9v8lqgij9cnc2zr0ayzxws4bh3w82qz5hvi22"))
|
||||
(file-name (git-file-name "emacs-telega" version))
|
||||
(patches
|
||||
(search-patches "emacs-telega-path-placeholder.patch"
|
||||
|
||||
Reference in New Issue
Block a user