ngz pushed a commit to branch master
in repository guix.
commit ab0e5fe75f3b84eec16da03ce3d15c394f6df338
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Oct 12 11:42:59 2024 +0200
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
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3710bfde2e..4ea88ba44f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27119,7 +27119,7 @@ compilation/grep buffers. Works with @code{wgrep},
@code{ack}, @code{ag},
(define-public emacs-interactive-align
(package
(name "emacs-interactive-align")
- (version "0.4.2")
+ (version "0.5.0")
(source
(origin
(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))
(sha256
(base32
- "0bh03w91i622hbar5dcq631ndxx1y8kd3h655pgw1g0lqkv1mlnc"))))
+ "0aanl83k66nbp5dpsckmj4dgkclkr208nrbl7wmjnqlkg0qzgifz"))))
(build-system emacs-build-system)
(home-page "https://github.com/mkcms/interactive-align/")
(synopsis "Interactive align-regexp command in Emacs")