mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-arei: Update to 0.9.6.
* gnu/packages/guile-xyz.scm (guile-ares-rs): Update to 0.9.6. Change-Id: Ib08d29919ee39de5a6cbd67161ce3026d9cb324c Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
76152bfaa8
commit
508c9a5265
1 changed files with 2 additions and 2 deletions
|
@ -589,7 +589,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.5")
|
(version "0.9.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -599,7 +599,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
|
||||||
"0laj9gbwhr0n8jf0y7fb3a564rsi8kghpk1g95xhckr4fggz997r"))))
|
"1m8ic5pcshz2y2maxvbgg70n4k2kgxvj98zisqal15j7djz0hzji"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments (list #:tests? #f)) ; no tests
|
(arguments (list #:tests? #f)) ; no tests
|
||||||
(propagated-inputs (list emacs-eros emacs-sesman emacs-queue))
|
(propagated-inputs (list emacs-eros emacs-sesman emacs-queue))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue