mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue