unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37350] [PATCH] Update emacs-interactive-align.
@ 2019-09-09  4:48 Brian Leung
  2019-09-11 12:15 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Brian Leung @ 2019-09-09  4:48 UTC (permalink / raw)
  To: 37350


[-- Attachment #1.1: Type: text/plain, Size: 14 bytes --]

See attached.

[-- Attachment #1.2: Type: text/html, Size: 35 bytes --]

[-- Attachment #2: 0001-gnu-emacs-interactive-align-Update-to-0.4.2-1.e1308c.patch --]
[-- Type: text/x-patch, Size: 2343 bytes --]

From fcdecc8e29fb4654d44c842a7efd4f266dde47ca Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Mon, 9 Sep 2019 06:46:32 +0200
Subject: [PATCH] gnu: emacs-interactive-align: Update to 0.4.2-1.e1308c8.

* gnu/packages/emacs-xyz.scm (emacs-interactive-align): Update to 0.4.2-1.e1308c8.
---
 gnu/packages/emacs-xyz.scm | 37 ++++++++++++++++++++-----------------
 1 file changed, 20 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f3de24d825..6f0cd221a7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13187,23 +13187,26 @@ compilation/grep buffers.  Works with @code{wgrep}, @code{ack}, @code{ag},
       (license license:gpl3+))))
 
 (define-public emacs-interactive-align
-  (package
-    (name "emacs-interactive-align")
-    (version "0.1.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/mkcms/interactive-align/"
-                           "archive/" "v" version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "0sibpgb4lp6yy3pziak8f3hz4b28yj0dqy2nzh51z3d0b63h528m"))))
-    (build-system emacs-build-system)
-    (home-page "https://github.com/mkcms/interactive-align/")
-    (synopsis "Interactive align-regexp command in Emacs")
-    (description "Interactive align-regexp command in Emacs")
-    (license license:gpl3+)))
+  (let ((commit "e1308c8f6aea05ad6dbcaa33b9bee4eb7e05ee39")
+        (revision "1"))
+    (package
+      (name "emacs-interactive-align")
+      (version (git-version "0.4.2" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/mkcms/interactive-align.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0b7a2z4v1nyyaw0lvql9xrakpsi1a6kflqr74k56ndm3ivmqwx09"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/mkcms/interactive-align/")
+      (synopsis "Interactive align-regexp command in Emacs")
+      (description "Interactive align-regexp command in Emacs")
+      (license license:gpl3+))))
 
 (define-public emacs-shift-number
   (package
-- 
2.23.0


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

end of thread, other threads:[~2019-09-12 21:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-09  4:48 [bug#37350] [PATCH] Update emacs-interactive-align Brian Leung
2019-09-11 12:15 ` Ludovic Courtès
2019-09-11 18:59   ` Brian Leung
2019-09-12 21:25     ` bug#37350: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).