diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-01-05 21:23:23 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-01-05 21:38:34 -0500 |
commit | d95d3d62245df144d2f2fc21c4c9dc67f1ea2c39 (patch) | |
tree | 3212e99f59bc31a28ce433085695d7e79c748e11 | |
parent | 9a2e4c5db3d2cfa5a88231f1d90fec50408cc1a9 (diff) | |
download | guix-d95d3d62245df144d2f2fc21c4c9dc67f1ea2c39.tar guix-d95d3d62245df144d2f2fc21c4c9dc67f1ea2c39.tar.gz |
gnu: emacs-diff-hl: Update to 1.8.5.
* gnu/packages/emacs.scm (emacs-diff-hl): Update to 1.8.5.
-rw-r--r-- | gnu/packages/emacs.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 07619e302e..21f49dfb65 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -6372,15 +6372,15 @@ actually changing the buffer's text.") (define-public emacs-diff-hl (package (name "emacs-diff-hl") - (version "1.8.4") + (version "1.8.5") (source (origin (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")) (sha256 (base32 - "0axhidc3cym7a2x4rpxf4745qss9s9ajyg4s9h5b4zn7v7fyp71n")))) + "1vxc7z7c2qs0mx7l5sa4sybi5qbzv0s79flj74p1ynw8dl3qxg3d")))) (build-system emacs-build-system) (home-page "https://github.com/dgutov/diff-hl") (synopsis |