mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-diff-hl: Update to 1.8.6.
* gnu/packages/emacs-xyz.scm (emacs-diff-hl): Update to 1.8.6. [source]: Fetch from git. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
66712cc0ed
commit
2e62ba46e2
1 changed files with 18 additions and 17 deletions
|
@ -7073,26 +7073,27 @@ actually changing the buffer's text.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-diff-hl
|
(define-public emacs-diff-hl
|
||||||
(package
|
(package
|
||||||
(name "emacs-diff-hl")
|
(name "emacs-diff-hl")
|
||||||
(version "1.8.5")
|
(version "1.8.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/diff-hl-"
|
(uri (git-reference
|
||||||
version ".tar"))
|
(url "https://github.com/dgutov/diff-hl")
|
||||||
(sha256
|
(commit version)))
|
||||||
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vxc7z7c2qs0mx7l5sa4sybi5qbzv0s79flj74p1ynw8dl3qxg3d"))))
|
"1xlsg728mz3cwhrsqvisa0aidic67nymd9g7h4c1h3q63j39yb2s"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/dgutov/diff-hl")
|
(home-page "https://github.com/dgutov/diff-hl")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Highlight uncommitted changes using VC")
|
"Highlight uncommitted changes using VC")
|
||||||
(description
|
(description
|
||||||
"@code{diff-hl-mode} highlights uncommitted changes on the side of the
|
"@code{diff-hl-mode} highlights uncommitted changes on the side of the
|
||||||
window (using the fringe, by default), allows you to jump between
|
window (using the fringe, by default), allows you to jump between
|
||||||
the hunks and revert them selectively.")
|
the hunks and revert them selectively.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-diminish
|
(define-public emacs-diminish
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue