1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: emacs-telega: Update to 0.8.391.

* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.391.
This commit is contained in:
Sergey Trofimov 2024-11-11 21:22:55 +01:00 committed by Zheng Junjie
parent 8f71526958
commit 0cbd830ebb
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -36577,11 +36577,11 @@ service, and connect it with Emacs via inter-process communication.")
(license license:gpl3+))))
(define-public emacs-telega
(let ((commit "58b4963b292ceb723d665df100b519eb5a99c676")
(let ((commit "0368bae5646193d421a04130ed5e046fe47946d3")
(revision "0"))
(package
(name "emacs-telega")
(version (git-version "0.8.291" revision commit))
(version (git-version "0.8.391" revision commit))
(source
(origin
(method git-fetch)
@ -36589,7 +36589,7 @@ service, and connect it with Emacs via inter-process communication.")
(url "https://github.com/zevlg/telega.el")
(commit commit)))
(sha256
(base32 "1q3ydbm0jhrsyvvdn0mpmxvskq0l53jkh40a5hlx7i3qkinbhbry"))
(base32 "05q8nrbp9r6hkdck2d8zwl9dwww3sqjlfka1ifxwwgcrndni3nx8"))
(file-name (git-file-name "emacs-telega" version))
(patches
(search-patches "emacs-telega-path-placeholder.patch"