all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49506] [PATCH] gnu: emacs-pyim: Update to 3.9.1.
@ 2021-07-10 15:46 Xinglu Chen
  2021-07-15 17:25 ` [bug#49506] [PATCH] gnu: emacs-pyim: Update to 3.9.2 Xinglu Chen
  0 siblings, 1 reply; 3+ messages in thread
From: Xinglu Chen @ 2021-07-10 15:46 UTC (permalink / raw)
  To: 49506

* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.1.
---
 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 9f9f9909b3..7e2966a9f8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13453,13 +13453,13 @@ containing words from the Rime project.")
 (define-public emacs-pyim
   (package
     (name "emacs-pyim")
-    (version "3.9.0")
+    (version "3.9.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar"))
        (sha256
-        (base32 "1rpmw2x9gqwaw96086bfx8vkvxnw03wnclq7psi8zjb6ayz3p2qj"))))
+        (base32 "1fph4dfc5favanz4l6qz1zgfn9dgqj17kp6smwxa3yfhgfrvdhfl"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)

base-commit: 45fdb0350028c9c2ca57c40307563a0ab423b76a
-- 
2.32.0






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#49506] [PATCH] gnu: emacs-pyim: Update to 3.9.2.
  2021-07-10 15:46 [bug#49506] [PATCH] gnu: emacs-pyim: Update to 3.9.1 Xinglu Chen
@ 2021-07-15 17:25 ` Xinglu Chen
  2021-07-18  9:47   ` bug#49506: [PATCH] gnu: emacs-pyim: Update to 3.9.1 宋文武
  0 siblings, 1 reply; 3+ messages in thread
From: Xinglu Chen @ 2021-07-15 17:25 UTC (permalink / raw)
  To: 49506

* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.2.
---
Changes since v1:

* Bump to 3.9.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 9f9f9909b3..381c216f69 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13453,13 +13453,13 @@ containing words from the Rime project.")
 (define-public emacs-pyim
   (package
     (name "emacs-pyim")
-    (version "3.9.0")
+    (version "3.9.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar"))
        (sha256
-        (base32 "1rpmw2x9gqwaw96086bfx8vkvxnw03wnclq7psi8zjb6ayz3p2qj"))))
+        (base32 "18m5wni1zns8fad2ll9flbfgxfy14gi03apnycajdbqxsqfp65j9"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)

base-commit: 45fdb0350028c9c2ca57c40307563a0ab423b76a
-- 
2.32.0






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#49506: [PATCH] gnu: emacs-pyim: Update to 3.9.1.
  2021-07-15 17:25 ` [bug#49506] [PATCH] gnu: emacs-pyim: Update to 3.9.2 Xinglu Chen
@ 2021-07-18  9:47   ` 宋文武
  0 siblings, 0 replies; 3+ messages in thread
From: 宋文武 @ 2021-07-18  9:47 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 49506-done

Xinglu Chen <public@yoctocell.xyz> writes:

> * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.2.

Pushed, thank you!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-18  9:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-10 15:46 [bug#49506] [PATCH] gnu: emacs-pyim: Update to 3.9.1 Xinglu Chen
2021-07-15 17:25 ` [bug#49506] [PATCH] gnu: emacs-pyim: Update to 3.9.2 Xinglu Chen
2021-07-18  9:47   ` bug#49506: [PATCH] gnu: emacs-pyim: Update to 3.9.1 宋文武

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.