diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-05-17 15:14:29 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-05-18 14:22:02 +0200 |
commit | 51ef4af6b3be0f676b21da8bc86bce1c00a607ee (patch) | |
tree | 258f06e6127cf7c0a05799c0954f5fa28cf28c0f /gnu | |
parent | 7fb6a9d3a63bfceba98e0b020e903e436ab865b5 (diff) | |
download | gnu-guix-51ef4af6b3be0f676b21da8bc86bce1c00a607ee.tar gnu-guix-51ef4af6b3be0f676b21da8bc86bce1c00a607ee.tar.gz |
gnu: emacs-async: Update to 1.9.2.
* gnu/packages/emacs.scm (emacs-async): Update to 1.9.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 3ed08043b2..17d00ddd12 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -1156,14 +1156,14 @@ rather than the contents of files.") (define-public emacs-async (package (name "emacs-async") - (version "1.9") + (version "1.9.2") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/async-" version ".tar")) (sha256 (base32 - "1ip5nc8xyln5szvqwp6wqva9xr84pn8ssn3nnphrszr19y4js2bm")))) + "17fnvrj7jww29sav6a6jpizclg4w2962m6h37akpii71gf0vrffw")))) (build-system emacs-build-system) (home-page "https://elpa.gnu.org/packages/async.html") (synopsis "Asynchronous processing in Emacs") |