guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-pyim: Update to 3.9.6.


From: guix-commits
Subject: 01/02: gnu: emacs-pyim: Update to 3.9.6.
Date: Wed, 22 Dec 2021 17:22:53 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 6fe740021f7af8b87f48be08fffba30f5a8e0d93
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Dec 22 23:20:25 2021 +0100

    gnu: emacs-pyim: Update to 3.9.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.6.
---
 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 9a6558c..fbe3a8c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13815,13 +13815,13 @@ containing words from the Rime project.")
 (define-public emacs-pyim
   (package
     (name "emacs-pyim")
-    (version "3.9.5")
+    (version "3.9.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/pyim-"; version 
".tar"))
        (sha256
-        (base32 "1dj46yprbl3l6n83aj0hsnd0rwjcp4ypyg2nhwig39wxirwlf9an"))))
+        (base32 "15hbz4a5l3q7vr2ysrfb9vxsrg0x66xjw69j26zd4v6imv7a6n33"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-async emacs-pyim-basedict emacs-popup emacs-posframe



reply via email to

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