ngz pushed a commit to branch master
in repository guix.
commit f8d3a33b818789b3086f0df6a962f7752c4b04c0
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Sep 15 09:20:42 2024 +0200
gnu: emacs-volatile-highlights: Update to 1.16.
* gnu/packages/emacs-xyz.scm (emacs-volatile-highlights): Update to 1.16.
Change-Id: I87a0c00a0d5fa28e60fac3920dfcf8aebe9c7372
---
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 4a17d43f72..000faa3a57 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -39952,7 +39952,7 @@ Validator service and displays the results in a buffer
in Compilation mode.")
(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 @@ Validator service and displays the results in a buffer
in Compilation mode.")
(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")