gnu: emacs-volatile-highlights: Update to 1.20.

* gnu/packages/emacs-xyz.scm (emacs-volatile-highlights): Update to 1.20.

Change-Id: I65f718875058978800e07a2cfb7755108cba3606
This commit is contained in:
Nicolas Goaziou 2025-10-10 20:42:47 +02:00
parent 4ec799e580
commit 7d3c5facab
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -44463,7 +44463,7 @@ Validator service and displays the results in a buffer in Compilation mode.")
(define-public emacs-volatile-highlights
(package
(name "emacs-volatile-highlights")
(version "1.16")
(version "1.20")
(source (origin
(method git-fetch)
(uri (git-reference
@ -44472,7 +44472,7 @@ Validator service and displays the results in a buffer in Compilation mode.")
(file-name (git-file-name name version))
(sha256
(base32
"0rlqwj6whxbvzgkf78d8arjva49aphj4bd2wkpv8djykcmi8nf6m"))))
"1cljb6vs0c0gffby41cw85jxdvbqnykdz0b3fr08y9nwbhnsiq6w"))))
(build-system emacs-build-system)
(home-page "http://github.com/k-talo/volatile-highlights.el")
(synopsis "Emacs minor mode for visual feedback on some operations")