guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: emacs-telega-server: Update to 0.7.025.


From: guix-commits
Subject: 04/05: gnu: emacs-telega-server: Update to 0.7.025.
Date: Fri, 9 Jul 2021 09:10:04 -0400 (EDT)

leoprikler pushed a commit to branch master
in repository guix.

commit 55d8eca5e9fccec4086985b5ed4a3e75cd0dd467
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Fri Jul 9 15:06:11 2021 +0200

    gnu: emacs-telega-server: Update to 0.7.025.
    
    * gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.7.025.
---
 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 3915899..5d9db51 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26223,7 +26223,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.024")
+    (version "0.7.025")
     (source
      (origin
        (method git-fetch)
@@ -26231,7 +26231,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 "1ra04cp49zzx8vy8aswd00l46ixyc44sxh1s3nw880b4ywzxmc6j"))
+        (base32 "1fdvghwpmja94d65p02j7wa09lwjs3ah1kfb1v17b6l9qd5g80nc"))
        (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]