mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-interactive-align: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-interactive-align): Update to 0.5.0. Change-Id: Ib218c97658f295898d0bdcdd8e74425d2e83374f
This commit is contained in:
parent
20cc93806b
commit
ab0e5fe75f
1 changed files with 2 additions and 2 deletions
|
@ -27119,7 +27119,7 @@ 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.4.2")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -27129,7 +27129,7 @@ compilation/grep buffers. Works with @code{wgrep}, @code{ack}, @code{ag},
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bh03w91i622hbar5dcq631ndxx1y8kd3h655pgw1g0lqkv1mlnc"))))
|
"0aanl83k66nbp5dpsckmj4dgkclkr208nrbl7wmjnqlkg0qzgifz"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue