mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: emacs-telega-server: Update to 0.7.025.
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.7.025.
This commit is contained in:
parent
cd42e8001a
commit
55d8eca5e9
1 changed files with 2 additions and 2 deletions
|
@ -26223,7 +26223,7 @@ (define-public emacs-helm-switch-to-repl
|
|||
(define-public emacs-telega-server
|
||||
(package
|
||||
(name "emacs-telega-server")
|
||||
(version "0.7.024")
|
||||
(version "0.7.025")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -26231,7 +26231,7 @@ (define-public emacs-telega-server
|
|||
(url "https://github.com/zevlg/telega.el")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "1ra04cp49zzx8vy8aswd00l46ixyc44sxh1s3nw880b4ywzxmc6j"))
|
||||
(base32 "1fdvghwpmja94d65p02j7wa09lwjs3ah1kfb1v17b6l9qd5g80nc"))
|
||||
(file-name (git-file-name "emacs-telega" version))
|
||||
(patches
|
||||
(search-patches "emacs-telega-path-placeholder.patch"
|
||||
|
|
Loading…
Reference in a new issue