guix-commits
[Top][All Lists]
Advanced

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

18/23: gnu: emacs-robe: Update to 0.8.6.


From: guix-commits
Subject: 18/23: gnu: emacs-robe: Update to 0.8.6.
Date: Sat, 6 Apr 2024 10:52:10 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ad366e5423b7a45330a401967c585f5491dc15d0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Apr 6 14:51:25 2024 +0200

    gnu: emacs-robe: Update to 0.8.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-robe): Update to 0.8.6.
    
    Change-Id: I2c1c2dc43fe20fec88db4a69ad4933d68805e0a2
---
 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 b9a00e04fd..19278b5541 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7985,7 +7985,7 @@ mode-line.")
 (define-public emacs-robe
   (package
     (name "emacs-robe")
-    (version "0.8.4")
+    (version "0.8.6")
     (source
      (origin
        (method git-fetch)
@@ -7994,7 +7994,7 @@ mode-line.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0kvyfyr4b0z0l964a8z9shy8nlnxzxc2ljcc02gj2pn1rn1wz0gq"))))
+        (base32 "14apmvbs89si3v5hsiz11dckp8fdfidm14lc090lswq7mgk7h79s"))))
     (build-system emacs-build-system)
     (arguments
      '(#:include (cons "^lib\\/" %default-include)))



reply via email to

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