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

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

Change-Id: I87a0c00a0d5fa28e60fac3920dfcf8aebe9c7372
This commit is contained in:
Nicolas Goaziou 2024-09-15 09:20:42 +02:00
parent 16b3f0686a
commit f8d3a33b81
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -39952,7 +39952,7 @@ (define-public emacs-volatile-highlights
(let ((commit "9a20091f0ce7fc0a6b3e641a6a46d5f3ac4d8392"))
(package
(name "emacs-volatile-highlights")
(version "1.15")
(version "1.16")
(source (origin
(method git-fetch)
(uri (git-reference
@ -39961,7 +39961,7 @@ (define-public emacs-volatile-highlights
(file-name (git-file-name name version))
(sha256
(base32
"1dsa6769lphyyv7yg92vkkpk395w52q4m7hdn8xy7s6lh5c6a955"))))
"0rlqwj6whxbvzgkf78d8arjva49aphj4bd2wkpv8djykcmi8nf6m"))))
(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")