summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-07-05 02:28:35 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-07-05 02:35:04 +0200
commitac3accd44b8dc1e0be0cc484d180d6ae8a1ac97e (patch)
treed7a2c2809404c1b4074f01d157093933486791d4 /gnu/packages
parent41770337d05ef5a023eb87dd437524a27c1ecfe7 (diff)
downloadpatches-ac3accd44b8dc1e0be0cc484d180d6ae8a1ac97e.tar
patches-ac3accd44b8dc1e0be0cc484d180d6ae8a1ac97e.tar.gz
gnu: emacs-async: Update to 1.9.3.
* gnu/packages/emacs.scm (emacs-async): Update to 1.9.3. [source]: Update URI.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/emacs.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 467791e21b..a9b75a4ce3 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1167,14 +1167,14 @@ rather than the contents of files.")
(define-public emacs-async
(package
(name "emacs-async")
- (version "1.9.2")
+ (version "1.9.3")
(source (origin
(method url-fetch)
- (uri (string-append "https://elpa.gnu.org/packages/async-"
+ (uri (string-append "https://stable.melpa.org/packages/async-"
version ".tar"))
(sha256
(base32
- "17fnvrj7jww29sav6a6jpizclg4w2962m6h37akpii71gf0vrffw"))))
+ "0xvi50y96y2qh81qkhj8p6ar1xnfasg58qvlsvgvvmdf4g8srlij"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/async.html")
(synopsis "Asynchronous processing in Emacs")