me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-diff-hl): Update to 1.9.1.
master
Nicolas Goaziou 2023-01-13 22:41:45 +01:00
parent 4fdd87c570
commit 2872e7fd57
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -16098,10 +16098,10 @@ actually changing the buffer's text.")
(define-public emacs-diff-hl
;;; XXX: Latest release is not tagged. Use commit matching version bump.
(let ((commit "37b00f3bad841e131d69442a89cbebc3041d996b"))
(let ((commit "8f2e4eb345f0639c8fc41e3f7576f77ba6987655"))
(package
(name "emacs-diff-hl")
(version "1.9.0")
(version "1.9.1")
(source
(origin
(method git-fetch)
@ -16110,7 +16110,7 @@ actually changing the buffer's text.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0s3fcwk6c99n2q25bf0a33lphr9mcrxmvr5wz8qsj86jfbyi1is1"))))
(base32 "1c265083zyqi33sf3mpkk1n7pyfkrzxg4dacx0b787ypbj1sls16"))))
(build-system emacs-build-system)
(home-page "https://github.com/dgutov/diff-hl")
(synopsis