mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: emacs-async: Update to 1.9.8.
* gnu/packages/emacs-xyz.scm (emacs-async): Update to 1.9.8. Change-Id: I2b83724cee2f77d49417c104f7ab0bf299c671ea
This commit is contained in:
parent
78c55428c3
commit
0f9beffa43
1 changed files with 2 additions and 2 deletions
|
@ -4194,7 +4194,7 @@ (define-public emacs-async
|
|||
(package
|
||||
(name "emacs-async")
|
||||
(home-page "https://github.com/jwiegley/emacs-async")
|
||||
(version "1.9.7")
|
||||
(version "1.9.8")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4203,7 +4203,7 @@ (define-public emacs-async
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"18pysi1pf6hbv6w0nq50j5xclvgd006iqqijh44wck9hxhdwyfr1"))))
|
||||
"191bjmwg5bgih1322n4q4i2jxx7aa3cb9lx0ymkwc3r2bdhkn0lp"))))
|
||||
(build-system emacs-build-system)
|
||||
(synopsis "Asynchronous processing in Emacs")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue