mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-async: Update to 1.9.9.
* gnu/packages/emacs-xyz.scm (emacs-async): Update to 1.9.9. Change-Id: I4b34a1ae0a2377705d415263b73ada1131c4eafc
This commit is contained in:
parent
29f16754b5
commit
3009cdd960
1 changed files with 2 additions and 2 deletions
|
@ -4650,7 +4650,7 @@ (define-public emacs-async
|
|||
(package
|
||||
(name "emacs-async")
|
||||
(home-page "https://github.com/jwiegley/emacs-async")
|
||||
(version "1.9.8")
|
||||
(version "1.9.9")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4659,7 +4659,7 @@ (define-public emacs-async
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"191bjmwg5bgih1322n4q4i2jxx7aa3cb9lx0ymkwc3r2bdhkn0lp"))))
|
||||
"0krg7n8l3yv1fnixnx6j5imdh10jpfabm6ym9s1s610hp47gpfaz"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
|
|
Loading…
Reference in a new issue