guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: emacs-company: Update to 0.9.7.


From: guix-commits
Subject: 05/05: gnu: emacs-company: Update to 0.9.7.
Date: Sat, 24 Nov 2018 17:25:44 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 71a78ba65b00ad1f27086a3dcdded7dc4326ade1
Author: Brett Gilio <address@hidden>
Date:   Sat Nov 24 13:43:54 2018 -0600

    gnu: emacs-company: Update to 0.9.7.
    
    * gnu/packages/emacs.scm (emacs-company): Update to 0.9.7.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index fa79a26..9112902 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2771,7 +2771,7 @@ build jobs.")
 (define-public emacs-company
   (package
     (name "emacs-company")
-    (version "0.9.6")
+    (version "0.9.7")
     (source
      (origin
        (method url-fetch)
@@ -2780,7 +2780,7 @@ build jobs.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0a7zvmfvxh9w67myvcj2511ayk0fvkm06cdg38y8khnsx63jrr4k"))))
+         "19flv38f2qhxda8lbk2ckywvibd72vbzmn4hchqz6d8acsknh4sb"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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