gnu: emacs-diff-hl: Update to 1.8.7.
* gnu/packages/emacs-xyz.scm (emacs-diff-hl): Update to 1.8.7.
This commit is contained in:
parent
8e936351d7
commit
0576681c79
1 changed files with 2 additions and 3 deletions
|
@ -8948,7 +8948,7 @@ actually changing the buffer's text.")
|
|||
(define-public emacs-diff-hl
|
||||
(package
|
||||
(name "emacs-diff-hl")
|
||||
(version "1.8.6")
|
||||
(version "1.8.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8957,8 +8957,7 @@ actually changing the buffer's text.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xlsg728mz3cwhrsqvisa0aidic67nymd9g7h4c1h3q63j39yb2s"))))
|
||||
(base32 "0i7x6qgr3nydcwhw72sbc8z9x9dfhgkf0dqj9nakvx36vn1bblbq"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/dgutov/diff-hl")
|
||||
(synopsis
|
||||
|
|
Reference in a new issue