guix-commits
[Top][All Lists]
Advanced

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

05/42: gnu: emacs-pyim: Update to 5.3.3.


From: guix-commits
Subject: 05/42: gnu: emacs-pyim: Update to 5.3.3.
Date: Tue, 3 Oct 2023 16:54:45 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 026e28712b490ed1dfe0abc5bdd0f8abef753c02
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 13:36:37 2023 +0200

    gnu: emacs-pyim: Update to 5.3.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.3.3.
    [propagated-inputs]: Remove EMACS-POPUP.
---
 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 37ae7a37f3..81f5f4e696 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18491,16 +18491,16 @@ containing words from the Rime project.")
 (define-public emacs-pyim
   (package
     (name "emacs-pyim")
-    (version "5.3.2")
+    (version "5.3.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/pyim-"; version 
".tar"))
        (sha256
-        (base32 "13irkmhlfq99glyy0vhj559si5672cqcysjxlxn7lvckxr298vzc"))))
+        (base32 "04dz3gdqq6pcxycpzkzzmhbg6lk629v41y64jlh6si21jwfr6wnx"))))
     (build-system emacs-build-system)
     (propagated-inputs
-     (list emacs-async emacs-popup emacs-posframe emacs-xr))
+     (list emacs-async emacs-posframe emacs-xr))
     (home-page "https://github.com/tumashu/pyim";)
     (synopsis "Chinese input method")
     (description



reply via email to

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