3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-async: Update to 1.9.3.

* gnu/packages/emacs.scm (emacs-async): Update to 1.9.3.
[source]: Update URI.
This commit is contained in:
Tobias Geerinckx-Rice 2018-07-05 02:28:35 +02:00
parent 41770337d0
commit ac3accd44b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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")