[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: emacs-arei: Update to 0.9.3.
From: |
guix-commits |
Subject: |
02/02: gnu: emacs-arei: Update to 0.9.3. |
Date: |
Thu, 14 Mar 2024 04:31:53 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit 507315643e32d03329a566ce2803e8249d5fc76d
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Thu Mar 14 11:21:17 2024 +0300
gnu: emacs-arei: Update to 0.9.3.
* gnu/packages/emacs-xyz.scm (emacs-arei): Update to 0.9.3.
Change-Id: I4cbdc4d5b65038c34912575a4f106993972c2a6f
---
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 4308e08499..8c3fc5e022 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -448,7 +448,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.2")
+ (version "0.9.3")
(source
(origin
(method git-fetch)
@@ -458,7 +458,7 @@ input via a small child-frame spawned at the position of
the cursor.")
(file-name (git-file-name name version))
(sha256
(base32
- "0qpri3ygb1fffi9mlipa7qmb6434aispbz1z3j14i7zrqassigm4"))))
+ "0nf101zdrz8yqscpvvmaw0dgb334h9v2ychyjlq95vksvx9r1zid"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-eros emacs-sesman emacs-queue))
(home-page "https://git.sr.ht/~abcdw/emacs-arei")