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.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-pyim: Update to 3.9.5.
Date: Wed, 24 Nov 2021 10:19:38 -0500

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

ngz pushed a commit to branch master
in repository guix.

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

commit f1d47be767ad2f1a6c7a7b13e3e854ada3e3cc22
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Nov 24 16:18:39 2021 +0100

    gnu: emacs-pyim: Update to 3.9.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.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 967c0ca..b934d00 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13989,13 +13989,13 @@ containing words from the Rime project.")
 (define-public emacs-pyim
   (package
     (name "emacs-pyim")
-    (version "3.9.4")
+    (version "3.9.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/pyim-"; version 
".tar"))
        (sha256
-        (base32 "0ggnl2jidcklyhqd5av5kk1f855gsq29wq2nhvp1yjzn35hz6xij"))))
+        (base32 "1dj46yprbl3l6n83aj0hsnd0rwjcp4ypyg2nhwig39wxirwlf9an"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)



reply via email to

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