all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xinglu Chen <public@yoctocell.xyz>
To: 46752@debbugs.gnu.org
Subject: [bug#46752] [PATCH] gnu: emacs-pyim: Update to 3.2.
Date: Wed, 24 Feb 2021 14:31:23 +0100	[thread overview]
Message-ID: <ea00f98495789dfb0fc3e21c538cd7d7c533214e.1614173383.git.public@yoctocell.xyz> (raw)

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






             reply	other threads:[~2021-02-24 15:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-24 13:31 Xinglu Chen [this message]
2021-02-24 13:38 ` [bug#46751] [PATCH] gnu: emacs-pyim: Update to 3.2 Xinglu Chen
2021-02-24 15:58   ` bug#46751: " Nicolas Goaziou
2021-05-08 17:16 ` bug#46752: " Arun Isaac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ea00f98495789dfb0fc3e21c538cd7d7c533214e.1614173383.git.public@yoctocell.xyz \
    --to=public@yoctocell.xyz \
    --cc=46752@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.