guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-hyperbole: Update to 9.0.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-hyperbole: Update to 9.0.1.
Date: Wed, 13 Mar 2024 16:49:56 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 76a3414a1b gnu: emacs-hyperbole: Update to 9.0.1.
76a3414a1b is described below

commit 76a3414a1bc500626a9feca013673f994eb51a34
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 13 21:47:22 2024 +0100

    gnu: emacs-hyperbole: Update to 9.0.1.
    
    Fixes <https://issues.guix.gnu.org/69776>.
    
    * gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 9.0.1.
    [arguments]<#:include>: Add HY-NEWS.
    
    Change-Id: I9d8c4be3d1a1af30f69ac87cf5d0f1db29d5d935
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 164ab4e716..4308e08499 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1065,19 +1065,20 @@ uploading PlatformIO projects.")
 (define-public emacs-hyperbole
   (package
     (name "emacs-hyperbole")
-    (version "9.0.0")
+    (version "9.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "hyperbole-" version ".tar"))
        (sha256
-        (base32 "07kpyp3ggf4knakn18niy819l184apx4d9vbcwv57j8zyqgn4c3l"))))
+        (base32 "0a7py2dvszh0rf2smbmm8msjrc8vbbvlqnsqw0m2l12v8vllmxnb"))))
     (build-system emacs-build-system)
     (arguments
      (list #:include #~(cons* "DEMO"
                               "DEMO-ROLO.otl"
                               "HY-ABOUT"
+                              "HY-NEWS"
                               "man/hkey-help.txt"
                               "man/hyberbole.info"
                               "kotl/.*"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]