guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: emacs-company-posframe: Update to 0.7.0.


From: guix-commits
Subject: 09/09: gnu: emacs-company-posframe: Update to 0.7.0.
Date: Fri, 6 Jan 2023 18:51:08 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit d16edd03cfa84f6d5fed979fd7283966cd3e4934
Author: Feng Shu <tumashu@163.com>
AuthorDate: Sat Jan 7 00:43:21 2023 +0100

    gnu: emacs-company-posframe: Update to 0.7.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-company-posframe): Update to 0.7.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 d360d5606f..f374fb924d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7882,7 +7882,7 @@ This package is not compatible with a TTY.")
 (define-public emacs-company-posframe
   (package
     (name "emacs-company-posframe")
-    (version "0.5.0")
+    (version "0.7.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7891,7 +7891,7 @@ This package is not compatible with a TTY.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "05ays6xkqbxcfplvx7wfc2slflmwc3aw7vkixvabk0ilvisndvgm"))))
+                "03kj8yxd4y9aw86b6y6z5l9y76q5gjyiyhi5120nx1a8cwbd9g4a"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-company emacs-posframe))



reply via email to

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