diff options
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files 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") |