guix-commits
[Top][All Lists]
Advanced

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

02/12: gnu: emacs-async: Update to 1.9.4.


From: guix-commits
Subject: 02/12: gnu: emacs-async: Update to 1.9.4.
Date: Sun, 15 Dec 2019 15:58:42 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit b425426236a7953131e4c252c04c2423818a300d
Author: Brett Gilio <address@hidden>
Date:   Sun Dec 15 13:50:19 2019 -0600

    gnu: emacs-async: Update to 1.9.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-async): Update to 1.9.4.
---
 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 12584c8..16a06b9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1586,7 +1586,7 @@ rather than the contents of files.")
   (package
     (name "emacs-async")
     (home-page "https://github.com/jwiegley/emacs-async";)
-    (version "1.9.3")
+    (version "1.9.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1595,7 +1595,7 @@ rather than the contents of files.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zsnb6dy8p6y68xgidv3dfxaga4biramfw8fq7wac0sc50vc98vq"))))
+                "0hhpyxb3d531jb2f3wvzx25183f0anm8nxv6mh0p825q2gkm6ly7"))))
     (build-system emacs-build-system)
     (synopsis "Asynchronous processing in Emacs")
     (description



reply via email to

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