mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
ecc95ecd39
commit
61b6c7ceb1
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue