guix-commits
[Top][All Lists]
Advanced

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

04/14: gnu: emacs-eglot: Update to 1.15.


From: guix-commits
Subject: 04/14: gnu: emacs-eglot: Update to 1.15.
Date: Wed, 3 May 2023 07:25:38 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 13acc9e827e32264cfed877c2fd97b8bb4a326de
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 3 09:53:53 2023 +0200

    gnu: emacs-eglot: Update to 1.15.
    
    * gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.15.
---
 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 653e73e9c7..1308697d01 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18275,7 +18275,7 @@ Emacs.")
 (define-public emacs-eglot
   (package
     (name "emacs-eglot")
-    (version "1.14")
+    (version "1.15")
     (source
      (origin
        (method url-fetch)
@@ -18283,7 +18283,7 @@ Emacs.")
                            ".tar"))
        (sha256
         (base32
-         "0aw28gdx90k87czxf436r9bva58bal55cdnp90ga36c89wzdjznj"))))
+         "05brq76xbdkbhbn572n0hyz80lwc3ly5waaqsaan5l1apxgl6ww7"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-external-completion



reply via email to

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