all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46752] [PATCH] gnu: emacs-pyim: Update to 3.2.
@ 2021-02-24 13:31 Xinglu Chen
  2021-02-24 13:38 ` [bug#46751] " Xinglu Chen
  2021-05-08 17:16 ` bug#46752: " Arun Isaac
  0 siblings, 2 replies; 4+ messages in thread
From: Xinglu Chen @ 2021-02-24 13:31 UTC (permalink / raw)
  To: 46752

emacs-pyim was recently added to GNU ELPA.

* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.2.
[source]: Fetch tarball from ELPA.

Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
---
 gnu/packages/emacs-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9ec9e1dc79..b0ea14ba8e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -93,6 +93,7 @@
 ;;; Copyright © 2021 Alexandr Vityazev <avityazew@gmail.com>
 ;;; Copyright © 2021 Yurii Kholodkov <urist.mckorobochka@gmail.com>
 ;;; Copyright © 2021 Alexey Abramov <levenson@mmer.org>
+;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -12299,16 +12300,15 @@ containing words from the Rime project.")
 (define-public emacs-pyim
   (package
     (name "emacs-pyim")
-    (version "2.0")
+    (version "3.2")
     (source
      (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/tumashu/pyim")
-             (commit (string-append "v" version))))
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/"
+                           "pyim-" version ".tar"))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06ahzyi2h353xj17mzsm9fxmkc6cyzd1mjzmvqfw8cyv538nijc0"))))
+        (base32 "1rr9mq334dqf7mx1ii7910zkigw7chl63iws4sw0qsn014kjlb0a"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)

base-commit: 8f250012539675c9d43bd2e52f6eb058dc583850
-- 
2.30.0






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

* [bug#46751] [PATCH] gnu: emacs-pyim: Update to 3.2.
  2021-02-24 13:31 [bug#46752] [PATCH] gnu: emacs-pyim: Update to 3.2 Xinglu Chen
@ 2021-02-24 13:38 ` Xinglu Chen
  2021-02-24 15:58   ` bug#46751: " Nicolas Goaziou
  2021-05-08 17:16 ` bug#46752: " Arun Isaac
  1 sibling, 1 reply; 4+ messages in thread
From: Xinglu Chen @ 2021-02-24 13:38 UTC (permalink / raw)
  To: 46751

On Wed, Feb 24 2021, Xinglu Chen wrote:

> * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.2.
> [source]: Fetch tarball from ELPA.

Sorry, this was already pushed in
ac2ff1ba6978a6758268d526f087250c04efcd57.





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

* bug#46751: [PATCH] gnu: emacs-pyim: Update to 3.2.
  2021-02-24 13:38 ` [bug#46751] " Xinglu Chen
@ 2021-02-24 15:58   ` Nicolas Goaziou
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2021-02-24 15:58 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 46751-done

Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

> On Wed, Feb 24 2021, Xinglu Chen wrote:
>
>> * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.2.
>> [source]: Fetch tarball from ELPA.
>
> Sorry, this was already pushed in
> ac2ff1ba6978a6758268d526f087250c04efcd57.

Indeed! Closing this report.

Regards,
-- 
Nicolas Goaziou




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

* bug#46752: [PATCH] gnu: emacs-pyim: Update to 3.2.
  2021-02-24 13:31 [bug#46752] [PATCH] gnu: emacs-pyim: Update to 3.2 Xinglu Chen
  2021-02-24 13:38 ` [bug#46751] " Xinglu Chen
@ 2021-05-08 17:16 ` Arun Isaac
  1 sibling, 0 replies; 4+ messages in thread
From: Arun Isaac @ 2021-05-08 17:16 UTC (permalink / raw)
  To: Xinglu Chen, 46752-done

[-- Attachment #1: Type: text/plain, Size: 105 bytes --]


Hi,

I'm closing this bug report (46752) since it appears to be a duplicate
of bug 46751.

Thanks!
Arun

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 524 bytes --]

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

end of thread, other threads:[~2021-05-08 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24 13:31 [bug#46752] [PATCH] gnu: emacs-pyim: Update to 3.2 Xinglu Chen
2021-02-24 13:38 ` [bug#46751] " Xinglu Chen
2021-02-24 15:58   ` bug#46751: " Nicolas Goaziou
2021-05-08 17:16 ` bug#46752: " Arun Isaac

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.