guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-company: Update to 0.9.12.


From: guix-commits
Subject: branch master updated: gnu: emacs-company: Update to 0.9.12.
Date: Fri, 20 Mar 2020 05:06:09 -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 819c0df  gnu: emacs-company: Update to 0.9.12.
819c0df is described below

commit 819c0df2ee02e69265e087703da5f2272e47c99b
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Fri Mar 20 10:05:59 2020 +0100

    gnu: emacs-company: Update to 0.9.12.
    
    * gnu/packages/emacs-xyz.scm (emacs-company): Update to 0.9.12.
---
 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 9cfb5e6..a56cbb8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3633,7 +3633,7 @@ build jobs.")
 (define-public emacs-company
   (package
     (name "emacs-company")
-    (version "0.9.11")
+    (version "0.9.12")
     (source
      (origin
        (method git-fetch)
@@ -3642,7 +3642,7 @@ build jobs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0x7ag716jp4xb7kmcmr8pqlxx1v0f2gkjx5gx34wxxqfrndwyx8i"))))
+        (base32 "0c31amc6gyfkmb1ii6mm56c75za1yxkj2iyhrjc45nn2mrh7yj7a"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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