guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: emacs-company-math: Update to 1.5.


From: guix-commits
Subject: 04/09: gnu: emacs-company-math: Update to 1.5.
Date: Sat, 10 Dec 2022 03:17:27 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit bafce38e9a32924517d29166facccda3a01bfa85
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Dec 10 09:05:27 2022 +0100

    gnu: emacs-company-math: Update to 1.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-company-math): Update to 1.5.
---
 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 903b46657a..26e69f069a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7945,7 +7945,7 @@ features:
 (define-public emacs-company-math
   (package
     (name "emacs-company-math")
-    (version "1.4")
+    (version "1.5")
     (source
      (origin
        (method git-fetch)
@@ -7954,7 +7954,7 @@ features:
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1y1fw926insgdl7ib9ynxjrxf3p6wfjkfxvf5vgdca7267cvcll1"))))
+        (base32 "010p3rhb7win6ndx3ilz2lcg69d2qyxfvpi0hcid2srzxffpwn3i"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-math-symbol-lists emacs-company))



reply via email to

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