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

* gnu/packages/emacs-xyz.scm (emacs-diff-hl): Update to 1.10.0.

Change-Id: I7bc8df5a43c44296e3ad7ef78e1f05b3fa4cc923
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Wilko Meyer 2024-08-13 11:46:13 +02:00 committed by Christopher Baines
parent ec58a4211c
commit 13bcd4af66
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -19133,7 +19133,7 @@ actually changing the buffer's text.")
(define-public emacs-diff-hl
(package
(name "emacs-diff-hl")
(version "1.9.2")
(version "1.10.0")
(source
(origin
(method git-fetch)
@ -19142,7 +19142,7 @@ actually changing the buffer's text.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0nh3rrvjjddyng5j7wjrk4ls7l6cjx3fpf8ksg4kjq7wzw4abf1s"))))
(base32 "0vfqyhzf3lyrhn788fbyc4p3lf36fkh8qnxvg6vddg4bxmqcjnsw"))))
(build-system emacs-build-system)
(home-page "https://github.com/dgutov/diff-hl")
(synopsis "Highlight uncommitted changes using VC")