mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: emacs-volatile-highlights: Update to 1.16.
* gnu/packages/emacs-xyz.scm (emacs-volatile-highlights): Update to 1.16. Change-Id: I87a0c00a0d5fa28e60fac3920dfcf8aebe9c7372
This commit is contained in:
parent
16b3f0686a
commit
f8d3a33b81
1 changed files with 2 additions and 2 deletions
|
@ -39952,7 +39952,7 @@ (define-public emacs-volatile-highlights
|
|||
(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 @@ (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