guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: emacs-company-math: Update to 1.5.1.


From: guix-commits
Subject: 01/05: gnu: emacs-company-math: Update to 1.5.1.
Date: Wed, 28 Dec 2022 04:38:24 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 07eaa781d7a4823219f5adc2e3e8f324e66ded86
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Dec 28 10:24:02 2022 +0100

    gnu: emacs-company-math: Update to 1.5.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-company-math): Update to 1.5.1.
    [propagated-inputs]: Reorder inputs alphabetically.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fb4c9b70f9..5961f074a5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8053,7 +8053,7 @@ features:
 (define-public emacs-company-math
   (package
     (name "emacs-company-math")
-    (version "1.5")
+    (version "1.5.1")
     (source
      (origin
        (method git-fetch)
@@ -8062,10 +8062,10 @@ features:
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "010p3rhb7win6ndx3ilz2lcg69d2qyxfvpi0hcid2srzxffpwn3i"))))
+        (base32 "1pj10i7ml5d2spcmf8035ngcq5zc6rs3lqx09d0qj6bsghglr6j3"))))
     (build-system emacs-build-system)
     (propagated-inputs
-     (list emacs-math-symbol-lists emacs-company))
+     (list emacs-company emacs-math-symbol-lists))
     (home-page "https://github.com/vspinu/company-math";)
     (synopsis "Completion backends for math symbols and @code{LaTeX} tags")
     (description



reply via email to

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