guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: emacs-pyim: Update to 5.3.0.


From: guix-commits
Subject: 08/10: gnu: emacs-pyim: Update to 5.3.0.
Date: Wed, 1 Feb 2023 16:20:16 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 0dd0207476d0dba978eb23da1e8edc601ba8770d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 1 22:09:28 2023 +0100

    gnu: emacs-pyim: Update to 5.3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.3.0.
---
 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 d2fd2c5c6a..37352b897d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16836,13 +16836,13 @@ containing words from the Rime project.")
 (define-public emacs-pyim
   (package
     (name "emacs-pyim")
-    (version "5.2.9")
+    (version "5.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/pyim-"; version 
".tar"))
        (sha256
-        (base32 "0blsz344jq1zx4qs73zinb8fhh2a35k5nx12i2wn76902qx2qc6j"))))
+        (base32 "0q0h705k1yymp1pqyycmq1zqvzawzkl4q2ckvflbncgrqh306xmh"))))
     (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]