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