guix-commits
[Top][All Lists]
Advanced

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

13/42: gnu: emacs-company-emoji: Update to 2.8.0.


From: guix-commits
Subject: 13/42: gnu: emacs-company-emoji: Update to 2.8.0.
Date: Tue, 3 Oct 2023 16:54:47 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 69ceab87d4ed9070a880715e91afd371134cc745
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 18:21:15 2023 +0200

    gnu: emacs-company-emoji: Update to 2.8.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-company-emoji): Update to 2.8.0.
---
 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 569d0881d4..c528eef0d6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35184,7 +35184,7 @@ state to and restoring it from a file, with auto-saving 
and backups.")
 (define-public emacs-company-emoji
   (package
     (name "emacs-company-emoji")
-    (version "2.7.0")
+    (version "2.8.0")
     (source
      (origin
        (method git-fetch)
@@ -35193,7 +35193,7 @@ state to and restoring it from a file, with auto-saving 
and backups.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1prcjdqm4djp5nr93m2axddhhdmn1s0y157px9zsk7g5yi36dn6q"))))
+        (base32 "0j35z7hjcg3dkwgd7mdx1yaxcmxkn00h91y9kl8qdci7m4lja460"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-company))



reply via email to

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