guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-lsp-ui: Update to 8.0.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-lsp-ui: Update to 8.0.0.
Date: Tue, 07 Sep 2021 03:06:23 -0400

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 5e5516f  gnu: emacs-lsp-ui: Update to 8.0.0.
5e5516f is described below

commit 5e5516f833a7ac7ca1ad11b4a5cc58272f079ebf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 7 09:05:31 2021 +0200

    gnu: emacs-lsp-ui: Update to 8.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-lsp-ui): Update to 8.0.0.
---
 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 6ae6315..0209798 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23837,7 +23837,7 @@ files in Elisp.")
 (define-public emacs-lsp-ui
   (package
     (name "emacs-lsp-ui")
-    (version "7.0.1")
+    (version "8.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -23846,7 +23846,7 @@ files in Elisp.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "09dmhhxmfjnzdc5kygwsjf8nwqlnq9rbgrca679s2wy93miqj7vc"))))
+                "00yirx6qzlb8fv8rd53zaw93nw72z3br40rb16scdqj1v20qsp47"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)



reply via email to

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