guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: emacs-pyim: Update to 5.2.7.


From: guix-commits
Subject: 03/04: gnu: emacs-pyim: Update to 5.2.7.
Date: Mon, 31 Oct 2022 07:19:23 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a618505eebf6a11777243bbbfc11cf632073b8ff
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 31 12:10:33 2022 +0100

    gnu: emacs-pyim: Update to 5.2.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.7.
---
 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 381fb85928..c5fa70a095 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15897,13 +15897,13 @@ containing words from the Rime project.")
 (define-public emacs-pyim
   (package
     (name "emacs-pyim")
-    (version "5.2.6")
+    (version "5.2.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/pyim-"; version 
".tar"))
        (sha256
-        (base32 "17jx7hbndm7b7b22z59g4h3nkwhydc0kq9447nhafr8hz2xrdlp6"))))
+        (base32 "172nccb04sgyhqi6dxfzlvjhwqzrq907csi2bsparlmm505n5363"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-async emacs-popup emacs-posframe emacs-xr))



reply via email to

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