mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-arei: Update to 0.9.5.
* gnu/packages/emacs-xyz.scm (emacs-arei): Update to 0.9.5. Change-Id: Ic9303669a29887a9dc29c9a816b6422447f79d95
This commit is contained in:
parent
303eadf2a5
commit
4c228881dd
1 changed files with 2 additions and 2 deletions
|
@ -448,7 +448,7 @@ (define-public emacs-cfrs
|
|||
(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 @@ (define-public emacs-arei
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue