guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-eglot: Update to 1.8.


From: guix-commits
Subject: branch master updated: gnu: emacs-eglot: Update to 1.8.
Date: Wed, 12 Jan 2022 18:18:08 -0500

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 20f798f30f gnu: emacs-eglot: Update to 1.8.
20f798f30f is described below

commit 20f798f30f68c61822546865d12d8e36112537b1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 13 00:17:18 2022 +0100

    gnu: emacs-eglot: Update to 1.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.8.
---
 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 d91e07bf2a..970affd48e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14437,14 +14437,14 @@ Emacs.")
 (define-public emacs-eglot
   (package
     (name "emacs-eglot")
-    (version "1.7")
+    (version "1.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "eglot-" version ".tar"))
        (sha256
-        (base32 "1zvs144hxq2mmq1h0ynx9hy7yyccb46f3pjg9mgq8v9cw5y678vk"))))
+        (base32 "1n04jnf3wwpxafrzfd02l53wf90brjc8p835f84k0n0rjxin99k5"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-eldoc emacs-jsonrpc emacs-project))



reply via email to

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