guix-commits
[Top][All Lists]
Advanced

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

11/53: gnu: emacs-hyperbole: Update to 9.0.0.


From: guix-commits
Subject: 11/53: gnu: emacs-hyperbole: Update to 9.0.0.
Date: Thu, 22 Feb 2024 10:18:54 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 9c749e09da445a1c9468edcd8eeb420559756c09
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 12:25:51 2024 +0100

    gnu: emacs-hyperbole: Update to 9.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 9.0.0.
    
    Change-Id: Ifd7946659e8cdcf0f6b2ade71fe343e79db0a73b
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 241f7713d2..a56b861a22 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1034,14 +1034,14 @@ uploading PlatformIO projects.")
 (define-public emacs-hyperbole
   (package
     (name "emacs-hyperbole")
-    (version "8.0.0")
+    (version "9.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "hyperbole-" version ".tar"))
        (sha256
-        (base32 "171x7jad62xd0n3xgs32dksyhn5abxj1kna0qgm65mm0v73hrv8d"))))
+        (base32 "07kpyp3ggf4knakn18niy819l184apx4d9vbcwv57j8zyqgn4c3l"))))
     (build-system emacs-build-system)
     (arguments
      (list #:include #~(cons* "DEMO"



reply via email to

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