mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-diff-hl: Update to 1.8.5.
* gnu/packages/emacs.scm (emacs-diff-hl): Update to 1.8.5.
This commit is contained in:
parent
9a2e4c5db3
commit
d95d3d6224
1 changed files with 3 additions and 3 deletions
|
@ -6372,15 +6372,15 @@ actually changing the buffer's text.")
|
||||||
(define-public emacs-diff-hl
|
(define-public emacs-diff-hl
|
||||||
(package
|
(package
|
||||||
(name "emacs-diff-hl")
|
(name "emacs-diff-hl")
|
||||||
(version "1.8.4")
|
(version "1.8.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://elpa.gnu.org/packages/diff-hl-"
|
(uri (string-append "https://elpa.gnu.org/packages/diff-hl-"
|
||||||
version ".tar"))
|
version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0axhidc3cym7a2x4rpxf4745qss9s9ajyg4s9h5b4zn7v7fyp71n"))))
|
"1vxc7z7c2qs0mx7l5sa4sybi5qbzv0s79flj74p1ynw8dl3qxg3d"))))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue