[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-telega: Update to 0.8.250.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-telega: Update to 0.8.250. |
Date: |
Fri, 01 Mar 2024 04:07:06 -0500 |
This is an automated email from the git hooks/post-receive script.
abcdw pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 37d727c60e gnu: emacs-telega: Update to 0.8.250.
37d727c60e is described below
commit 37d727c60e922d1b18a0e6beab4a3d38d92ddba3
Author: Sergey Trofimov <sarg@sarg.org.ru>
AuthorDate: Thu Feb 29 21:23:54 2024 +0100
gnu: emacs-telega: Update to 0.8.250.
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.250.
Signed-off-by: Andrew Tropin <andrew@trop.in>
Change-Id: I6831d50fad8f9d79a38bb762a05558812827d4b7
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index accdcc3ee8..a93165404e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34707,11 +34707,11 @@ other @code{helm-type-file} sources such as
@code{helm-locate}.")
(license license:gpl3+)))
(define-public emacs-telega-server
- (let ((commit "e8d9459ef725ed8fb60479b5fccadae1e4eac87a")
+ (let ((commit "d1cf1ffe289a18f366b7f3b64f827f0d0755947a")
(revision "0"))
(package
(name "emacs-telega-server")
- (version (git-version "0.8.240" revision commit))
+ (version (git-version "0.8.250" revision commit))
(source
(origin
(method git-fetch)
@@ -34719,7 +34719,7 @@ other @code{helm-type-file} sources such as
@code{helm-locate}.")
(url "https://github.com/zevlg/telega.el")
(commit commit)))
(sha256
- (base32 "18f6i2w0iial2wi60vkqck30c0m4p2nj0bzd2x9p4il27dwv5hwq"))
+ (base32 "0s1w4zb252d70n05dbsv2rnlfsg53paklafqxasl566nnzbi0d2q"))
(file-name (git-file-name "emacs-telega" version))
(patches
(search-patches "emacs-telega-path-placeholder.patch"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-telega: Update to 0.8.250.,
guix-commits <=