This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 894df36f58 gnu: emacs-hel: Update to 0.12.0.
894df36f58 is described below
commit 894df36f5855ed5b6d63d0065dcd429fb9d0b97e
Author: jgart <[email protected]>
AuthorDate: Fri Jul 10 15:52:58 2026 +0100
gnu: emacs-hel: Update to 0.12.0.
* gnu/packages/emacs-xyz.scm (emacs-hel): Update to 0.12.0.
[arguments]: Disable test phase.
[propagated-inputs]: Add emacs-ultra-scroll.
Change-Id: Ia06cd8440401f936a38ebcec6b742437dd7a881f
---
gnu/packages/emacs-xyz.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e4e98bb3d6..480c2c2d33 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -564,7 +564,7 @@ compatible.")
(define-public emacs-hel
(package
(name "emacs-hel")
- (version "0.10.0")
+ (version "0.12.0")
(source
(origin
(method git-fetch)
@@ -573,12 +573,14 @@ compatible.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0w3szydrwgjhy4as7snrkys7biixyvnfdgf0xdwmcspw3khljfcw"))))
+ (base32 "1fxm8cbwiml77yrxh5b9n732q8iksay8fiagdgabpin80psyi1fm"))))
(build-system emacs-build-system)
+ (arguments (list #:tests? #f)) ; There are no tests.
(propagated-inputs
(list emacs-avy
emacs-dash
- emacs-pcre2el))
+ emacs-pcre2el
+ emacs-ultra-scroll))
(home-page "https://github.com/anuvyklack/hel")
(synopsis "Helix emulation layer for Emacs")
(description