[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-diff-hl: Update to 1.8.8.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-diff-hl: Update to 1.8.8. |
Date: |
Sun, 20 Dec 2020 19:10:55 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 0cbebc6 gnu: emacs-diff-hl: Update to 1.8.8.
0cbebc6 is described below
commit 0cbebc6521aaaddd903a44a543aec3c6eaf6c8eb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Dec 21 01:08:19 2020 +0100
gnu: emacs-diff-hl: Update to 1.8.8.
* gnu/packages/emacs-xyz.scm (emacs-diff-hl): Update to 1.8.8.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a81cccc..bdf094f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11377,7 +11377,7 @@ actually changing the buffer's text.")
(define-public emacs-diff-hl
(package
(name "emacs-diff-hl")
- (version "1.8.7")
+ (version "1.8.8")
(source
(origin
(method git-fetch)
@@ -11386,7 +11386,7 @@ actually changing the buffer's text.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0i7x6qgr3nydcwhw72sbc8z9x9dfhgkf0dqj9nakvx36vn1bblbq"))))
+ (base32 "075klzf66z1rvhpxv4j694pdkmi7f4fpw6c8q4ncz0h4y5wdbl8w"))))
(build-system emacs-build-system)
(home-page "https://github.com/dgutov/diff-hl")
(synopsis
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-diff-hl: Update to 1.8.8.,
guix-commits <=