gnu: emacs-volatile-highlights: Fix hash.

Latest attempt to fix a build failure, in commit
16ffcce3cd, ended with the introduction of
a hash mismatch. Fix it.

* gnu/packages/emacs-xyz.scm (emacs-volatile-highlights): Fix hash.

Change-Id: I6c542721da35304bd273c7ae8d676b11780064a6
This commit is contained in:
Nicolas Goaziou 2024-09-15 20:43:17 +02:00
parent ecc95ecd39
commit 61b6c7ceb1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -39958,7 +39958,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")