1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02: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:
Nicolas Goaziou 2024-10-12 11:42:59 +02:00
parent 20cc93806b
commit ab0e5fe75f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")