mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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:
parent
ec58a4211c
commit
13bcd4af66
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue