summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoƩ Lopez <noelopez@free.fr>2025-07-28 16:45:11 +0200
committerAndrew Tropin <andrew@trop.in>2025-07-29 15:58:49 +0700
commit508c9a5265ba2a7c19dd293d3d89911e46ed61dc (patch)
treeda1250275118c3be91407e65a8fb251b2b70091b
parent76152bfaa8cc62b9b0be0823828180ef0bb5f879 (diff)
gnu: emacs-arei: Update to 0.9.6.
* gnu/packages/guile-xyz.scm (guile-ares-rs): Update to 0.9.6. Change-Id: Ib08d29919ee39de5a6cbd67161ce3026d9cb324c Signed-off-by: Andrew Tropin <andrew@trop.in>
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3c9a3c195c..872019347b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -589,7 +589,7 @@ input via a small child-frame spawned at the position of the cursor.")
(define-public emacs-arei
(package
(name "emacs-arei")
- (version "0.9.5")
+ (version "0.9.6")
(source
(origin
(method git-fetch)
@@ -599,7 +599,7 @@ input via a small child-frame spawned at the position of the cursor.")
(file-name (git-file-name name version))
(sha256
(base32
- "0laj9gbwhr0n8jf0y7fb3a564rsi8kghpk1g95xhckr4fggz997r"))))
+ "1m8ic5pcshz2y2maxvbgg70n4k2kgxvj98zisqal15j7djz0hzji"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs (list emacs-eros emacs-sesman emacs-queue))