diff options
author | Andrew Tropin <andrew@trop.in> | 2024-04-30 18:41:20 +0300 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2024-04-30 18:41:20 +0300 |
commit | 570ccaaedcb1e03d29c6cb420b2104627e57df63 (patch) | |
tree | 436736f6e0fa91bcc49a4636cf28813f9efac49a | |
parent | cb34ece8610ae46ae61d7d97c04e23f69be56218 (diff) | |
download | guix-570ccaaedcb1e03d29c6cb420b2104627e57df63.tar.gz guix-570ccaaedcb1e03d29c6cb420b2104627e57df63.zip |
gnu: emacs-arei: Update to 0.9.4.
* gnu/packages/emacs-xyz.scm (emacs-arei): Update to 0.9.4.
Change-Id: Ifb387e5527b90649817b2f28d35d9cc3ef411501
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 1ce56fd576..08453f98c5 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.3") + (version "0.9.4") (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 - "0nf101zdrz8yqscpvvmaw0dgb334h9v2ychyjlq95vksvx9r1zid")))) + "0zp43h75hrbfvi507hm23yhazx6n2knxwl24wcm1dwjbk3hins7y")))) (build-system emacs-build-system) (propagated-inputs (list emacs-eros emacs-sesman emacs-queue)) (home-page "https://git.sr.ht/~abcdw/emacs-arei") |