guix-commits
[Top][All Lists]
Advanced

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

74/244: gnu: emacs-eglot: Update to 1.14.


From: guix-commits
Subject: 74/244: gnu: emacs-eglot: Update to 1.14.
Date: Wed, 12 Apr 2023 08:47:23 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 1272ab5cdff3071276f0f4f0ca4864559192c5b3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Apr 4 22:13:16 2023 +0200

    gnu: emacs-eglot: Update to 1.14.
    
    * gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.14.
---
 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 52c33fc146..6c364c0ceb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18120,7 +18120,7 @@ Emacs.")
 (define-public emacs-eglot
   (package
     (name "emacs-eglot")
-    (version "1.13")
+    (version "1.14")
     (source
      (origin
        (method url-fetch)
@@ -18128,7 +18128,7 @@ Emacs.")
                            ".tar"))
        (sha256
         (base32
-         "1yg6ddldd2qnnhlhc2r5rq7rjc0pigqjgzpvnqqb33nssw1lkw82"))))
+         "0aw28gdx90k87czxf436r9bva58bal55cdnp90ga36c89wzdjznj"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-external-completion



reply via email to

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