gnu: emacs-arei: Update to 0.9.2.
* gnu/packages/emacs-xyz.scm (emacs-arei): Update to 0.9.2. Change-Id: I88c376a548fc9821e56c96b9ee38d1c98d6d416b
This commit is contained in:
parent
ad871fd17f
commit
7bf8b7c333
1 changed files with 2 additions and 2 deletions
|
@ -417,7 +417,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.1")
|
(version "0.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -427,7 +427,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
|
||||||
"12vfv7l8krsfv7m03p41jakh4xrfm21w85kvghz0q5hq63w9l3f7"))))
|
"0qpri3ygb1fffi9mlipa7qmb6434aispbz1z3j14i7zrqassigm4"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue