diff options
author | Andrew Tropin <andrew@trop.in> | 2024-05-27 17:14:22 +0400 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2024-05-27 17:14:35 +0400 |
commit | 4c228881dd8b170cbeea78067bc4c67091ce338a (patch) | |
tree | 172fc46f7b62f016d01c1a0a04fc8a6a968ec128 | |
parent | 303eadf2a503342876945e2019351799873f67da (diff) | |
download | guix-4c228881dd8b170cbeea78067bc4c67091ce338a.tar.gz |
gnu: emacs-arei: Update to 0.9.5.
* gnu/packages/emacs-xyz.scm (emacs-arei): Update to 0.9.5. Change-Id: Ic9303669a29887a9dc29c9a816b6422447f79d95
-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 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") |