mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01: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
|
(package
|
||||||
(name "emacs-async")
|
(name "emacs-async")
|
||||||
(home-page "https://github.com/jwiegley/emacs-async")
|
(home-page "https://github.com/jwiegley/emacs-async")
|
||||||
(version "1.9.8")
|
(version "1.9.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4659,7 +4659,7 @@ (define-public emacs-async
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"191bjmwg5bgih1322n4q4i2jxx7aa3cb9lx0ymkwc3r2bdhkn0lp"))))
|
"0krg7n8l3yv1fnixnx6j5imdh10jpfabm6ym9s1s610hp47gpfaz"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:tests? #t
|
||||||
|
|
Loading…
Reference in a new issue