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.5.4-4.


From: guix-commits
Subject: branch master updated: gnu: emacs-telega: Update to 0.5.4-4.
Date: Wed, 15 Jan 2020 17:24:04 -0500

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 fcc579e  gnu: emacs-telega: Update to 0.5.4-4.
fcc579e is described below

commit fcc579e235197e0caec22995a70470545f268607
Author: Brett Gilio <address@hidden>
AuthorDate: Wed Jan 15 16:21:55 2020 -0600

    gnu: emacs-telega: Update to 0.5.4-4.
    
    * gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.5.4-4.
    [propagated-inputs]: Add emacs-company to provide completions in 
telega-based
    buffers.
---
 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f910883..899a1d8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20422,8 +20422,8 @@ 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 "4497a3c19d9806eb9edfe13d326d6d9cbb895f64")
-       (revision "3")
+  (let ((commit "69565cc4de72e28148c8041de8930a122a39b800")
+       (revision "4")
        (version "0.5.4"))
     (package
       (name "emacs-telega")
@@ -20436,7 +20436,7 @@ fish-completion.  It can be used in both Eshell and M-x 
shell.")
                (commit commit)))
          (sha256
           (base32
-           "1g0gbbgs8rbcip6kqjxdmnsjlq0ixgknb0qcda7siaha9gd7fjh2"))
+           "0blvj07f1sbdmp68qwlwgnhnv42ib0mjai5ndf8scbi12drn4rmk"))
          (file-name (git-file-name name version))))
       (build-system gnu-build-system)
       (arguments
@@ -20523,6 +20523,7 @@ fish-completion.  It can be used in both Eshell and M-x 
shell.")
        `(("ffmpeg" ,ffmpeg))) ; mp4/gif support.
       (propagated-inputs
        `(("emacs-visual-fill-column" ,emacs-visual-fill-column)
+         ("emacs-company" ,emacs-company)
          ("libwebp" ,libwebp))) ; sticker support.
       (native-inputs
        `(("tdlib" ,tdlib)



reply via email to

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