me
/
guix
Archived
1
0
Fork 0

gnu: emacs-arei: Update to 0.9.5.

* gnu/packages/emacs-xyz.scm (emacs-arei): Update to 0.9.5.

Change-Id: Ic9303669a29887a9dc29c9a816b6422447f79d95
master
Andrew Tropin 2024-05-27 17:14:22 +04:00
parent 303eadf2a5
commit 4c228881dd
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 2 additions and 2 deletions

View File

@ -448,7 +448,7 @@ input via a small child-frame spawned at the position of the cursor.")
(define-public emacs-arei (define-public emacs-arei
(package (package
(name "emacs-arei") (name "emacs-arei")
(version "0.9.4") (version "0.9.5")
(source (source
(origin (origin
(method git-fetch) (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0zp43h75hrbfvi507hm23yhazx6n2knxwl24wcm1dwjbk3hins7y")))) "0laj9gbwhr0n8jf0y7fb3a564rsi8kghpk1g95xhckr4fggz997r"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (list emacs-eros emacs-sesman emacs-queue)) (propagated-inputs (list emacs-eros emacs-sesman emacs-queue))
(home-page "https://git.sr.ht/~abcdw/emacs-arei") (home-page "https://git.sr.ht/~abcdw/emacs-arei")