Archived
1
0
Fork 0

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:
Nicolas Goaziou 2023-02-20 13:34:51 +01:00
parent 06212e8c6a
commit 1551bae3de
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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.
(let ((commit "8f2e4eb345f0639c8fc41e3f7576f77ba6987655"))
(package (package
(name "emacs-diff-hl") (name "emacs-diff-hl")
(version "1.9.1") (version "1.9.2")
(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 commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1c265083zyqi33sf3mpkk1n7pyfkrzxg4dacx0b787ypbj1sls16")))) (base32 "0nh3rrvjjddyng5j7wjrk4ls7l6cjx3fpf8ksg4kjq7wzw4abf1s"))))
(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 "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
the hunks and revert them selectively.") 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.