[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: emacs-telega-server: Update to 0.7.030.
From: |
guix-commits |
Subject: |
01/03: gnu: emacs-telega-server: Update to 0.7.030. |
Date: |
Mon, 13 Sep 2021 16:30:01 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 9afa15f6902f5bf5d65a607ca3800b46eff8f69e
Author: Z572 <873216071@qq.com>
AuthorDate: Mon Sep 6 18:43:56 2021 +0800
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>
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 41cc198..1750f00 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}.")
(define-public emacs-telega-server
(package
(name "emacs-telega-server")
- (version "0.7.025")
+ (version "0.7.030")
(source
(origin
(method git-fetch)
@@ -26668,7 +26668,7 @@ other @code{helm-type-file} sources such as
@code{helm-locate}.")
(url "https://github.com/zevlg/telega.el")
(commit (string-append "v" version))))
(sha256
- (base32 "1fdvghwpmja94d65p02j7wa09lwjs3ah1kfb1v17b6l9qd5g80nc"))
+ (base32 "1g29v5fgkqx43wsvh1npx0g3hj00n37lxgvxjvy85fs4h9226gl9"))
(file-name (git-file-name "emacs-telega" version))
(patches
(search-patches "emacs-telega-path-placeholder.patch"