guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: emacs-helm-company: Update to 0.2.7.


From: guix-commits
Subject: 04/05: gnu: emacs-helm-company: Update to 0.2.7.
Date: Sat, 11 Nov 2023 05:24:17 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 23332c83a28630711103924716268babd9640e11
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Nov 11 11:22:02 2023 +0100

    gnu: emacs-helm-company: Update to 0.2.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-company): Update to 0.2.7.
    
    Change-Id: I8501312580308c9ed016c5b7ebf2fe9f7964823d
---
 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 8a8c591e7d..6b8261ad2b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26566,7 +26566,7 @@ tracking.")
 (define-public emacs-helm-company
   (package
     (name "emacs-helm-company")
-    (version "0.2.5")
+    (version "0.2.7")
     (source
      (origin
        (method git-fetch)
@@ -26576,7 +26576,7 @@ tracking.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1ci37w6ahnqrfpb284gjvxmimlf61sdxb9k192yy9q983cksv2hx"))))
+         "0zg878i48kmgw9lj772c3kx5v13k9k2afz98j65jx2bjbcm9f338"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-helm emacs-company))



reply via email to

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