* [bug#48276] [PATCH] gnu: emacs-pyim: Update to 3.7.2.
@ 2021-05-07 14:12 Xinglu Chen
2021-05-07 17:23 ` bug#48276: " Xinglu Chen
2021-05-07 19:38 ` [bug#48276] " Nicolas Goaziou
0 siblings, 2 replies; 3+ messages in thread
From: Xinglu Chen @ 2021-05-07 14:12 UTC (permalink / raw)
To: 48276
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.2.
---
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 a3046b1448..d440fac035 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12762,13 +12762,13 @@ containing words from the Rime project.")
(define-public emacs-pyim
(package
(name "emacs-pyim")
- (version "3.6")
+ (version "3.7.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar"))
(sha256
- (base32 "1fmbzh33s9xdvrfjhkqr9ydcqbiv8lr04k5idvbpc9vwjjjan5y0"))))
+ (base32 "1kq7b22l8h14nc8pdrk5d9riw51za50i1kpkwbg64bdrs7abif3m"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-async" ,emacs-async)
base-commit: 165786bb7a4d44303e76b1b6fb7ad1e678d45340
--
2.31.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-05-07 19:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-07 14:12 [bug#48276] [PATCH] gnu: emacs-pyim: Update to 3.7.2 Xinglu Chen
2021-05-07 17:23 ` bug#48276: " Xinglu Chen
2021-05-07 19:38 ` [bug#48276] " Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.