me
/
guix
Archived
1
0
Fork 0

gnu: emacs-async: Update to 1.9.4.

* gnu/packages/emacs-xyz.scm (emacs-async): Update to 1.9.4.
master
Brett Gilio 2019-12-15 13:50:19 -06:00
parent 9a27551b39
commit b425426236
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE
1 changed files with 2 additions and 2 deletions

View File

@ -1586,7 +1586,7 @@ rather than the contents of files.")
(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.3") (version "1.9.4")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1595,7 +1595,7 @@ rather than the contents of files.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1zsnb6dy8p6y68xgidv3dfxaga4biramfw8fq7wac0sc50vc98vq")))) "0hhpyxb3d531jb2f3wvzx25183f0anm8nxv6mh0p825q2gkm6ly7"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(synopsis "Asynchronous processing in Emacs") (synopsis "Asynchronous processing in Emacs")
(description (description