mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: emacs-telega: Update to 0.7.031.
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.7.031.
This commit is contained in:
parent
e0e9aa116e
commit
6a8d2499ae
1 changed files with 2 additions and 2 deletions
|
@ -27146,7 +27146,7 @@ (define-public emacs-helm-switch-to-repl
|
|||
(define-public emacs-telega-server
|
||||
(package
|
||||
(name "emacs-telega-server")
|
||||
(version "0.7.030")
|
||||
(version "0.7.031")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -27154,7 +27154,7 @@ (define-public emacs-telega-server
|
|||
(url "https://github.com/zevlg/telega.el")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "1g29v5fgkqx43wsvh1npx0g3hj00n37lxgvxjvy85fs4h9226gl9"))
|
||||
(base32 "05j82796s4k3yr0igl6hir3p8qj0cw66vvhbpbcy28d6q9v9vjjz"))
|
||||
(file-name (git-file-name "emacs-telega" version))
|
||||
(patches
|
||||
(search-patches "emacs-telega-path-placeholder.patch"
|
||||
|
|
Loading…
Reference in a new issue