gnu: emacs-diff-hl: Update to 1.9.0.

* gnu/packages/emacs-xyz.scm (emacs-diff-hl): Update to 1.9.0.
This commit is contained in:
Nicolas Goaziou 2022-08-31 23:50:48 +02:00
parent 958115c980
commit a3b5b86db7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -14663,18 +14663,20 @@ 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.
(let ((commit "37b00f3bad841e131d69442a89cbebc3041d996b"))
(package (package
(name "emacs-diff-hl") (name "emacs-diff-hl")
(version "1.8.8") (version "1.9.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/dgutov/diff-hl") (url "https://github.com/dgutov/diff-hl")
(commit version))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "075klzf66z1rvhpxv4j694pdkmi7f4fpw6c8q4ncz0h4y5wdbl8w")))) (base32 "0s3fcwk6c99n2q25bf0a33lphr9mcrxmvr5wz8qsj86jfbyi1is1"))))
(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
@ -14683,7 +14685,7 @@ actually changing the buffer's text.")
"@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
;; XXX: Upstream did not tag last release. ;; XXX: Upstream did not tag last release.