[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-telega: Update to 0.6.28.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-telega: Update to 0.6.28. |
Date: |
Fri, 24 Jul 2020 19:35:20 -0400 |
This is an automated email from the git hooks/post-receive script.
brettgilio pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2621c6a gnu: emacs-telega: Update to 0.6.28.
2621c6a is described below
commit 2621c6a9ea726cd57c39317329575b7b9fdd7b96
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Fri Jul 24 18:35:17 2020 -0500
gnu: emacs-telega: Update to 0.6.28.
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.6.28.
---
gnu/packages/emacs-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d997360..9bdc8ee 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22265,9 +22265,9 @@ fish-completion. It can be used in both Eshell and M-x
shell.")
;; This package has versions newer than indicated on MELPA.
;; Get the current version from `telega-version` in telega.el.
;; or by running M-x telega-version.
- (let ((commit "5c39c3a81e48222911db75ae30e5a8f8fa34efb5")
- (revision "3")
- (version "0.6.27"))
+ (let ((commit "e53996777570a5bed84d21f6c8defd4f51c8e255")
+ (revision "0")
+ (version "0.6.28"))
(package
(name "emacs-telega")
(version (git-version version revision commit))
@@ -22279,7 +22279,7 @@ fish-completion. It can be used in both Eshell and M-x
shell.")
(commit commit)))
(sha256
(base32
- "0wyycgsb1ja73phs9a2dgi50m2p6sdvx3xdwclfyijx4hzwlv233"))
+ "058x6svgy33lyqjqq0l3byv8bysqig9jmh3kx8shaqr0ypfrjhi3"))
(patches (search-patches
"emacs-telega-patch-server-functions.patch"
"emacs-telega-test-env.patch"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-telega: Update to 0.6.28.,
guix-commits <=