[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: emacs-async: Update to 1.9.7.
From: |
guix-commits |
Subject: |
01/04: gnu: emacs-async: Update to 1.9.7. |
Date: |
Thu, 29 Sep 2022 05:43:15 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 38f2cbda712d67e4b18d074d3f1f9ce70b5b76f0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Sep 29 10:47:01 2022 +0200
gnu: emacs-async: Update to 1.9.7.
* gnu/packages/emacs-xyz.scm (emacs-async): Update to 1.9.7.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c5d49c2925..63a751541a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3085,7 +3085,7 @@ while paused.")
(package
(name "emacs-async")
(home-page "https://github.com/jwiegley/emacs-async")
- (version "1.9.6")
+ (version "1.9.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3094,7 +3094,7 @@ while paused.")
(file-name (git-file-name name version))
(sha256
(base32
- "1q480ss2jgijdpy6pa4xrjni9pf5q6dwf8hv052fhdpi55bmfdn2"))))
+ "18pysi1pf6hbv6w0nq50j5xclvgd006iqqijh44wck9hxhdwyfr1"))))
(build-system emacs-build-system)
(synopsis "Asynchronous processing in Emacs")
(description