guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a5cfb711f9a4adbfaa910129acc8d62368e7ea35
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Sep 22 15:00:02 2026 +0200

    gnu: emacs-hyperbole: Update to 9.1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 9.1.0.
    [arguments]: Set ’set-home #:phase.
---
 gnu/packages/emacs-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9841c4fa29c..195dbcd31da 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2193,14 +2193,14 @@ uploading PlatformIO projects.")
 (define-public emacs-hyperbole
   (package
     (name "emacs-hyperbole")
-    (version "9.0.1")
+    (version "9.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "hyperbole-" version ".tar"))
        (sha256
-        (base32 "0a7py2dvszh0rf2smbmm8msjrc8vbbvlqnsqw0m2l12v8vllmxnb"))))
+        (base32 "080s9132mdpvb750pg34fwbr4rs717jddi96jkppzkbzlj35yrkx"))))
     (build-system emacs-build-system)
     (arguments
      (list #:include #~(cons* "DEMO"
@@ -2216,6 +2216,8 @@ uploading PlatformIO projects.")
            #:tests? #f
            #:phases
            #~(modify-phases %standard-phases
+               (add-before 'build 'set-home
+                 (lambda _ (setenv "HOME" (getenv  "TMPDIR"))))
                ;; Fix build issues about missing "domainname" and
                ;; "hpmap:dir-user" parent dir, and missing require in
                ;; "hgnus.el" (void-function: var-append).

Reply via email to