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:
parent
41770337d0
commit
ac3accd44b
|
@ -1167,14 +1167,14 @@ rather than the contents of files.")
|
||||||
(define-public emacs-async
|
(define-public emacs-async
|
||||||
(package
|
(package
|
||||||
(name "emacs-async")
|
(name "emacs-async")
|
||||||
(version "1.9.2")
|
(version "1.9.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/async-"
|
(uri (string-append "https://stable.melpa.org/packages/async-"
|
||||||
version ".tar"))
|
version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17fnvrj7jww29sav6a6jpizclg4w2962m6h37akpii71gf0vrffw"))))
|
"0xvi50y96y2qh81qkhj8p6ar1xnfasg58qvlsvgvvmdf4g8srlij"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://elpa.gnu.org/packages/async.html")
|
(home-page "https://elpa.gnu.org/packages/async.html")
|
||||||
(synopsis "Asynchronous processing in Emacs")
|
(synopsis "Asynchronous processing in Emacs")
|
||||||
|
|
Loading…
Reference in New Issue