[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-pyim: Update to 3.7.5.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-pyim: Update to 3.7.5. |
Date: |
Thu, 13 May 2021 04:19:59 -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 426bed1 gnu: emacs-pyim: Update to 3.7.5.
426bed1 is described below
commit 426bed1f39da1c0335ae501c229ad7094914b41f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 13 10:19:43 2021 +0200
gnu: emacs-pyim: Update to 3.7.5.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.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 b8f54a4..586e8d5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12780,13 +12780,13 @@ containing words from the Rime project.")
(define-public emacs-pyim
(package
(name "emacs-pyim")
- (version "3.7.4")
+ (version "3.7.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/pyim-" version
".tar"))
(sha256
- (base32 "1vlwwm4ywxnk4vbif59fh04y0jw6l7nzmknm5wiyir8yr8wbbknc"))))
+ (base32 "09f34wgzckbxgr5xvaqrj0wdcmnfsb31a6m460f5g0acys20ams5"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-async" ,emacs-async)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-pyim: Update to 3.7.5.,
guix-commits <=