guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-slack: Update to 0-2.02ee1d73.


From: Ricardo Wurmus
Subject: 01/02: gnu: emacs-slack: Update to 0-2.02ee1d73.
Date: Sun, 18 Feb 2018 06:29:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f6d259b4d9443cbc2b8ba0b3f4bbf62ebb960ba5
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Feb 18 12:23:32 2018 +0100

    gnu: emacs-slack: Update to 0-2.02ee1d73.
    
    * gnu/packages/emacs.scm (emacs-slack): Update to 0-2.02ee1d73.
---
 gnu/packages/emacs.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index af1158b..148f632 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -6719,8 +6719,8 @@ want to use it.")
     (license license:gpl3+)))
 
 (define-public emacs-slack
-  (let ((commit "58b1309255563819ee8f83f625af49ac0353bed1")
-        (revision "1"))
+  (let ((commit "02ee1d7339e48c64946041f6f4e09447c3f53e82")
+        (revision "2"))
     (package
       (name "emacs-slack")
       (version (string-append "0-" revision "." (string-take commit 7)))
@@ -6732,7 +6732,7 @@ want to use it.")
                 (file-name (string-append name "-" version "-checkout"))
                 (sha256
                  (base32
-                  "1bj43ircd9djk4i58qwxvmcbhzybxb954k52l80pk441ffk8v4vx"))))
+                  "0grx95xxf314m2k35m1kf20l2pwc6j11ibvrngx4pis7wqwjas3h"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-alert" ,emacs-alert)



reply via email to

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