mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: emacs-diff-hl: Update to 1.8.8.
* gnu/packages/emacs-xyz.scm (emacs-diff-hl): Update to 1.8.8.
This commit is contained in:
parent
cfee8608cc
commit
0cbebc6521
1 changed files with 2 additions and 2 deletions
|
@ -11377,7 +11377,7 @@ (define-public emacs-adaptive-wrap
|
|||
(define-public emacs-diff-hl
|
||||
(package
|
||||
(name "emacs-diff-hl")
|
||||
(version "1.8.7")
|
||||
(version "1.8.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -11386,7 +11386,7 @@ (define-public emacs-diff-hl
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0i7x6qgr3nydcwhw72sbc8z9x9dfhgkf0dqj9nakvx36vn1bblbq"))))
|
||||
(base32 "075klzf66z1rvhpxv4j694pdkmi7f4fpw6c8q4ncz0h4y5wdbl8w"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/dgutov/diff-hl")
|
||||
(synopsis
|
||||
|
|
Loading…
Reference in a new issue