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 <ludo@gnu.org>
This commit is contained in:
parent
2151e04c1a
commit
86ce3691e1
|
@ -13189,16 +13189,17 @@ compilation/grep buffers. Works with @code{wgrep}, @code{ack}, @code{ag},
|
||||||
(define-public emacs-interactive-align
|
(define-public emacs-interactive-align
|
||||||
(package
|
(package
|
||||||
(name "emacs-interactive-align")
|
(name "emacs-interactive-align")
|
||||||
(version "0.1.0")
|
(version "0.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/mkcms/interactive-align/"
|
(uri (git-reference
|
||||||
"archive/" "v" version ".tar.gz"))
|
(url "https://github.com/mkcms/interactive-align.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sibpgb4lp6yy3pziak8f3hz4b28yj0dqy2nzh51z3d0b63h528m"))))
|
"0bh03w91i622hbar5dcq631ndxx1y8kd3h655pgw1g0lqkv1mlnc"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/mkcms/interactive-align/")
|
(home-page "https://github.com/mkcms/interactive-align/")
|
||||||
(synopsis "Interactive align-regexp command in Emacs")
|
(synopsis "Interactive align-regexp command in Emacs")
|
||||||
|
|
Loading…
Reference in New Issue