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:
Noé Lopez 2025-07-28 16:45:11 +02:00 committed by Andrew Tropin
parent 76152bfaa8
commit 508c9a5265
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -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))