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


From: guix-commits
Subject: branch master updated: gnu: emacs-pyim: Update to 3.7.4.
Date: Sun, 09 May 2021 15:54:54 -0400

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 eecdce3  gnu: emacs-pyim: Update to 3.7.4.
eecdce3 is described below

commit eecdce3a375146bd3119a6a6e81e1d514a5cb448
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 9 21:54:27 2021 +0200

    gnu: emacs-pyim: Update to 3.7.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.4.
---
 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 54e4db5..fc4c039 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12779,13 +12779,13 @@ containing words from the Rime project.")
 (define-public emacs-pyim
   (package
     (name "emacs-pyim")
-    (version "3.7.3")
+    (version "3.7.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/pyim-"; version 
".tar"))
        (sha256
-        (base32 "0h6cp48hjdfnwbi799hrar5hlcag2339ygdq8qfds2iawrzk6y74"))))
+        (base32 "1vlwwm4ywxnk4vbif59fh04y0jw6l7nzmknm5wiyir8yr8wbbknc"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)



reply via email to

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