guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-telega: Update to 0.7.031.


From: guix-commits
Subject: branch master updated: gnu: emacs-telega: Update to 0.7.031.
Date: Sun, 05 Dec 2021 15:33:50 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6a8d249  gnu: emacs-telega: Update to 0.7.031.
6a8d249 is described below

commit 6a8d2499ae7af242a71e1f215dd4a5038b5e48eb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Dec 5 21:32:42 2021 +0100

    gnu: emacs-telega: Update to 0.7.031.
    
    * gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.7.031.
---
 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 ecea1d1..052d4a1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27146,7 +27146,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.030")
+    (version "0.7.031")
     (source
      (origin
        (method git-fetch)
@@ -27154,7 +27154,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 "1g29v5fgkqx43wsvh1npx0g3hj00n37lxgvxjvy85fs4h9226gl9"))
+        (base32 "05j82796s4k3yr0igl6hir3p8qj0cw66vvhbpbcy28d6q9v9vjjz"))
        (file-name (git-file-name "emacs-telega" version))
        (patches
         (search-patches "emacs-telega-path-placeholder.patch"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]