guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: emacs-interactive-align: Update to 0.4.2.


From: guix-commits
Subject: 06/06: gnu: emacs-interactive-align: Update to 0.4.2.
Date: Thu, 12 Sep 2019 17:25:51 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 86ce3691e1439ca446c2089bf4f24b36b23212d5
Author: Brian Leung <address@hidden>
Date:   Wed Sep 11 20:52:28 2019 +0200

    gnu: emacs-interactive-align: Update to 0.4.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-interactive-align): Update to 0.4.2.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3c63663..cbda68c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13189,16 +13189,17 @@ compilation/grep buffers.  Works with @code{wgrep}, 
@code{ack}, @code{ag},
 (define-public emacs-interactive-align
   (package
     (name "emacs-interactive-align")
-    (version "0.1.0")
+    (version "0.4.2")
     (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"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/mkcms/interactive-align.git";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
         (base32
-         "0sibpgb4lp6yy3pziak8f3hz4b28yj0dqy2nzh51z3d0b63h528m"))))
+         "0bh03w91i622hbar5dcq631ndxx1y8kd3h655pgw1g0lqkv1mlnc"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/mkcms/interactive-align/";)
     (synopsis "Interactive align-regexp command in Emacs")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]