guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-pyim: Update to 3.9.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-pyim: Update to 3.9.2.
Date: Sun, 18 Jul 2021 05:47:24 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 71dffaa  gnu: emacs-pyim: Update to 3.9.2.
71dffaa is described below

commit 71dffaacbfc6fc9e846bf374a07d7f07bb5b7cf0
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Thu Jul 15 19:25:04 2021 +0200

    gnu: emacs-pyim: Update to 3.9.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.2.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 9f9f990..381c216 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13453,13 +13453,13 @@ containing words from the Rime project.")
 (define-public emacs-pyim
   (package
     (name "emacs-pyim")
-    (version "3.9.0")
+    (version "3.9.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/pyim-"; version 
".tar"))
        (sha256
-        (base32 "1rpmw2x9gqwaw96086bfx8vkvxnw03wnclq7psi8zjb6ayz3p2qj"))))
+        (base32 "18m5wni1zns8fad2ll9flbfgxfy14gi03apnycajdbqxsqfp65j9"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)



reply via email to

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