gnu: emacs-diff-hl: Update to 1.9.2.
* gnu/packages/emacs-xyz.scm (emacs-diff-hl): Update to 1.9.2. [description]: Use proper capitalization.
This commit is contained in:
parent
06212e8c6a
commit
1551bae3de
1 changed files with 20 additions and 23 deletions
|
@ -16407,29 +16407,26 @@ actually changing the buffer's text.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-diff-hl
|
(define-public emacs-diff-hl
|
||||||
;;; XXX: Latest release is not tagged. Use commit matching version bump.
|
(package
|
||||||
(let ((commit "8f2e4eb345f0639c8fc41e3f7576f77ba6987655"))
|
(name "emacs-diff-hl")
|
||||||
(package
|
(version "1.9.2")
|
||||||
(name "emacs-diff-hl")
|
(source
|
||||||
(version "1.9.1")
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/dgutov/diff-hl")
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url "https://github.com/dgutov/diff-hl")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "0nh3rrvjjddyng5j7wjrk4ls7l6cjx3fpf8ksg4kjq7wzw4abf1s"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32 "1c265083zyqi33sf3mpkk1n7pyfkrzxg4dacx0b787ypbj1sls16"))))
|
(home-page "https://github.com/dgutov/diff-hl")
|
||||||
(build-system emacs-build-system)
|
(synopsis "Highlight uncommitted changes using VC")
|
||||||
(home-page "https://github.com/dgutov/diff-hl")
|
(description
|
||||||
(synopsis
|
"Diff Hl mode highlights uncommitted changes on the side of the
|
||||||
"Highlight uncommitted changes using VC")
|
window (using the fringe, by default), allows you to jump between the hunks
|
||||||
(description
|
and revert them selectively.")
|
||||||
"@code{diff-hl-mode} highlights uncommitted changes on the side of the
|
(license license:gpl3+)))
|
||||||
window (using the fringe, by default), allows you to jump between
|
|
||||||
the hunks and revert them selectively.")
|
|
||||||
(license license:gpl3+))))
|
|
||||||
|
|
||||||
(define-public emacs-diminish
|
(define-public emacs-diminish
|
||||||
;; XXX: Upstream did not tag last release.
|
;; XXX: Upstream did not tag last release.
|
||||||
|
|
Reference in a new issue