diff mbox series

[bug#41711] Update emacs-slack

Message ID CA+TvSRgmi6K2xPvzu4sBaD3WyNXYFUEXxh6cCHGCwffW=qtt5A@mail.gmail.com
State Accepted
Headers show
Series [bug#41711] Update emacs-slack | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Katherine Cox-Buday June 4, 2020, 3:32 p.m. UTC

Comments

Nicolas Goaziou June 4, 2020, 3:43 p.m. UTC | #1
Hello,

Katherine Cox-Buday <cox.katherine.e@gmail.com> writes:

> From cd2fff9f72fd3833b060b47cd0f5e9571b09139e Mon Sep 17 00:00:00 2001
> From: Katherine Cox-Buday <cox.katherine.e@gmail.com>
> Date: Thu, 4 Jun 2020 10:30:05 -0500
> Subject: [PATCH] gnu: emacs-slack: Update to a6d9f49.

Applied with the change below. Thank you!

> -  (let ((commit "b7b9eada0bf62d40dfe764b00f55913a2d3d742e")
> +  (let ((commit "a6d9f49bc6161f12c594d25254e77eedf4a67666")
>          (revision "7"))

I also bumped `revision' because commit hashes are not monotonic.

Regards,
Katherine Cox-Buday June 4, 2020, 3:47 p.m. UTC | #2
Thank you, and thanks for teaching me.

On Thu, Jun 4, 2020 at 10:43 AM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>
> Hello,
>
> Katherine Cox-Buday <cox.katherine.e@gmail.com> writes:
>
> > From cd2fff9f72fd3833b060b47cd0f5e9571b09139e Mon Sep 17 00:00:00 2001
> > From: Katherine Cox-Buday <cox.katherine.e@gmail.com>
> > Date: Thu, 4 Jun 2020 10:30:05 -0500
> > Subject: [PATCH] gnu: emacs-slack: Update to a6d9f49.
>
> Applied with the change below. Thank you!
>
> > -  (let ((commit "b7b9eada0bf62d40dfe764b00f55913a2d3d742e")
> > +  (let ((commit "a6d9f49bc6161f12c594d25254e77eedf4a67666")
> >          (revision "7"))
>
> I also bumped `revision' because commit hashes are not monotonic.
>
> Regards,
>
> --
> Nicolas Goaziou
diff mbox series

Patch

From cd2fff9f72fd3833b060b47cd0f5e9571b09139e Mon Sep 17 00:00:00 2001
From: Katherine Cox-Buday <cox.katherine.e@gmail.com>
Date: Thu, 4 Jun 2020 10:30:05 -0500
Subject: [PATCH] gnu: emacs-slack: Update to a6d9f49.

* gnu/packages/emacs-xyz.scm (emacs-slack): Update to a6d9f49.
---
 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 0f547425a0..4b8f5a706d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11899,7 +11899,7 @@  through them using @key{C-c C-SPC}.")
     (license license:gpl3+)))
 
 (define-public emacs-slack
-  (let ((commit "b7b9eada0bf62d40dfe764b00f55913a2d3d742e")
+  (let ((commit "a6d9f49bc6161f12c594d25254e77eedf4a67666")
         (revision "7"))
     (package
       (name "emacs-slack")
@@ -11912,7 +11912,7 @@  through them using @key{C-c C-SPC}.")
                 (file-name (git-file-name name commit))
                 (sha256
                  (base32
-                  "0cqr7jnfxzb0z2wy79pdwpv9cvmawjif1kin3zbp8q7zhwrq09v0"))))
+                  "0crjjankqi4bqjk5pdz4r2ixf56n1nnq8ab1gz3sbl3v6as6262w"))))
       (build-system emacs-build-system)
       (arguments
        `(#:phases
-- 
2.26.2