guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: emacs-telega: Update to 0.4.4-2


From: guix-commits
Subject: 02/03: gnu: emacs-telega: Update to 0.4.4-2
Date: Fri, 6 Dec 2019 17:28:32 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit cc7948bc6f94d268016f8eeab734b46efe3c8037
Author: Brett Gilio <address@hidden>
Date:   Mon Dec 2 15:35:02 2019 -0600

    gnu: emacs-telega: Update to 0.4.4-2
    
    --
    Brett M. Gilio
    https://git.sr.ht/~brettgilio/
    
    >From 04e417466dcd7e1a39ce69d04b9afc60c41bd603 Mon Sep 17 00:00:00 2001
    From: Brett Gilio <address@hidden>
    Date: Mon, 2 Dec 2019 15:28:39 -0600
    Subject: [PATCH 2/2] gnu: emacs-telega: Update to 0.4.4-2
    
    * gnu/packages/emacs-xyz.scm (emacs-telega): Bump the package to use a newer
      git revision, which includes additional client features.
    
    Signed-off-by: Brett Gilio <address@hidden>
---
 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 a02df2a..e17bdf6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19949,8 +19949,8 @@ fish-completion.  It can be used in both Eshell and M-x 
shell.")
       (license license:gpl3+))))
 
 (define-public emacs-telega
-  (let ((commit "019e923f933370d75dbe0a8473a18eb66fe94c0e")
-       (revision "1")
+  (let ((commit "56aef884921d99e5170d5425dbe0fce645620511")
+       (revision "2")
        (version "0.4.4"))
     (package
       (name "emacs-telega")
@@ -19963,7 +19963,7 @@ fish-completion.  It can be used in both Eshell and M-x 
shell.")
                (commit commit)))
          (sha256
           (base32
-           "058814agkq8mp9ajpj8sz51rm9nigs2xpsdij05wjkxhfq30kqva"))
+           "0a8k3j20nz4xwswg9qp9xpaakk3q3ibiz8mkryk92zmrdmaah5mi"))
          (file-name (git-file-name name version))))
       (build-system gnu-build-system)
       (arguments



reply via email to

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