mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-telega: Update to 0.8.522.
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.522. Change-Id: If8217dd48a844d4647d5fddf3e54a1dcc89e5ac6 Reviewed-by: Cayetano Santos <csantosb@inventati.org> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
f8d6c88cd0
commit
9b30ff5202
1 changed files with 3 additions and 3 deletions
|
@ -40087,11 +40087,11 @@ service, and connect it with Emacs via inter-process communication.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-telega
|
(define-public emacs-telega
|
||||||
(let ((commit "ff06f58364375c96477561f265e3dbf55a8ad231")
|
(let ((commit "1cedc1a8c838102b342d537a742e5eab3dfad3ce")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-telega")
|
(name "emacs-telega")
|
||||||
(version (git-version "0.8.452" revision commit))
|
(version (git-version "0.8.522" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -40099,7 +40099,7 @@ service, and connect it with Emacs via inter-process communication.")
|
||||||
(url "https://github.com/zevlg/telega.el")
|
(url "https://github.com/zevlg/telega.el")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bircjqj2zm67zspsy2r76zygvkxq6y65f3bchlhhhj1rr19kalh"))
|
(base32 "036k7vnh6i6la1sa854f4l8phx5ymvgqrx6qqpnsssr5yd0a7drb"))
|
||||||
(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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue