[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-pyim: Update to 3.7.6.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-pyim: Update to 3.7.6. |
Date: |
Fri, 14 May 2021 08:14:40 -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 c37d81c gnu: emacs-pyim: Update to 3.7.6.
c37d81c is described below
commit c37d81c99d757bdd9b5f0fda379f4bd4638bb61c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 14 14:14:01 2021 +0200
gnu: emacs-pyim: Update to 3.7.6.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.6.
---
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 586e8d5..7b999a9 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.5")
+ (version "3.7.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/pyim-" version
".tar"))
(sha256
- (base32 "09f34wgzckbxgr5xvaqrj0wdcmnfsb31a6m460f5g0acys20ams5"))))
+ (base32 "1crimmvyppjmds9shfvxy9j5zi3mk133bv5av0fgicm7ddkivksr"))))
(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.6.,
guix-commits <=