[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: emacs-arei: Update to 0.9.5.
From: |
guix-commits |
Subject: |
02/02: gnu: emacs-arei: Update to 0.9.5. |
Date: |
Mon, 27 May 2024 09:15:17 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit 4c228881dd8b170cbeea78067bc4c67091ce338a
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Mon May 27 17:14:22 2024 +0400
gnu: emacs-arei: Update to 0.9.5.
* gnu/packages/emacs-xyz.scm (emacs-arei): Update to 0.9.5.
Change-Id: Ic9303669a29887a9dc29c9a816b6422447f79d95
---
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 4ca9eff671..75ea4d3a19 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.4")
+ (version "0.9.5")
(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
- "0zp43h75hrbfvi507hm23yhazx6n2knxwl24wcm1dwjbk3hins7y"))))
+ "0laj9gbwhr0n8jf0y7fb3a564rsi8kghpk1g95xhckr4fggz997r"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-eros emacs-sesman emacs-queue))
(home-page "https://git.sr.ht/~abcdw/emacs-arei")