summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorZ572 <873216071@qq.com>2021-09-06 18:43:56 +0800
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-09-13 22:26:43 +0200
commit9afa15f6902f5bf5d65a607ca3800b46eff8f69e (patch)
tree66412559391bd281e66deb4ab6bc603be44f924b /gnu
parentaadf4d38472e5438f9c2ed5a2a39a3fcc2b3557a (diff)
gnu: emacs-telega-server: Update to 0.7.030.
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.7.030. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 41cc19878ad..1750f00e87e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26660,7 +26660,7 @@ other @code{helm-type-file} sources such as @code{helm-locate}.")
26660(define-public emacs-telega-server 26660(define-public emacs-telega-server
26661 (package 26661 (package
26662 (name "emacs-telega-server") 26662 (name "emacs-telega-server")
26663 (version "0.7.025") 26663 (version "0.7.030")
26664 (source 26664 (source
26665 (origin 26665 (origin
26666 (method git-fetch) 26666 (method git-fetch)
@@ -26668,7 +26668,7 @@ other @code{helm-type-file} sources such as @code{helm-locate}.")
26668 (url "https://github.com/zevlg/telega.el") 26668 (url "https://github.com/zevlg/telega.el")
26669 (commit (string-append "v" version)))) 26669 (commit (string-append "v" version))))
26670 (sha256 26670 (sha256
26671 (base32 "1fdvghwpmja94d65p02j7wa09lwjs3ah1kfb1v17b6l9qd5g80nc")) 26671 (base32 "1g29v5fgkqx43wsvh1npx0g3hj00n37lxgvxjvy85fs4h9226gl9"))
26672 (file-name (git-file-name "emacs-telega" version)) 26672 (file-name (git-file-name "emacs-telega" version))
26673 (patches 26673 (patches
26674 (search-patches "emacs-telega-path-placeholder.patch" 26674 (search-patches "emacs-telega-path-placeholder.patch"