guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-butler: Update to 0.2.6.


From: guix-commits
Subject: branch master updated: gnu: emacs-butler: Update to 0.2.6.
Date: Tue, 28 Sep 2021 02:56:52 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fddacc9  gnu: emacs-butler: Update to 0.2.6.
fddacc9 is described below

commit fddacc91925a4bba8005369ab0697fb5403facc0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 28 08:56:17 2021 +0200

    gnu: emacs-butler: Update to 0.2.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-butler): Update to 0.2.6.
---
 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 7f0c1b4..e862cd2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6105,7 +6105,7 @@ for asynchronous tasks.")
 (define-public emacs-butler
   (package
     (name "emacs-butler")
-    (version "0.2.4")
+    (version "0.2.6")
     (home-page "https://github.com/AshtonKem/Butler";)
     (source (origin
               (method git-fetch)
@@ -6115,7 +6115,7 @@ for asynchronous tasks.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1pii9dw4skq7nr4na6qxqasl36av8cwjp71bf1fgppqpcd9z8skj"))))
+                "1wsk5isza8xqr84w6haal95ssifz6j2lrr5phbsdc90jb9hicbff"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-deferred" ,emacs-deferred)))



reply via email to

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