[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: emacs-hl-todo: Update to 1.7.1.
From: |
Alex Kost |
Subject: |
06/07: gnu: emacs-hl-todo: Update to 1.7.1. |
Date: |
Sat, 8 Oct 2016 18:06:54 +0000 (UTC) |
alezost pushed a commit to branch master
in repository guix.
commit 35d1ade76d83b19e6bb0bc3f8209780cab82a441
Author: Alex Kost <address@hidden>
Date: Fri Oct 7 18:23:40 2016 +0300
gnu: emacs-hl-todo: Update to 1.7.1.
* gnu/packages/emacs.scm (emacs-hl-todo): Update to 1.7.1.
---
gnu/packages/emacs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 168035e..eb5fc70 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2159,7 +2159,7 @@ well as completely new features.")
(define-public emacs-hl-todo
(package
(name "emacs-hl-todo")
- (version "1.7.0")
+ (version "1.7.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2168,7 +2168,7 @@ well as completely new features.")
(file-name (string-append "hl-todo-" version ".el"))
(sha256
(base32
- "18zydm43zajlglhgr0bhdkd4pln27amd063k2ql6p1mvyam3j8ia"))))
+ "0flhz9vy8w1vvwwji92pi5k4659hl368bakj2qf2zfd26z8x583h"))))
(build-system emacs-build-system)
(home-page "https://github.com/tarsius/hl-todo")
(synopsis "Emacs mode to highlight TODO and similar keywords")
- branch master updated (cb60e97 -> 86d959b), Alex Kost, 2016/10/08
- 01/07: gnu: geiser: Update to 0.9., Alex Kost, 2016/10/08
- 07/07: gnu: emacs-hydra: Update to 0.13.6., Alex Kost, 2016/10/08
- 03/07: gnu: emacs-with-editor: Update to 2.5.6., Alex Kost, 2016/10/08
- 04/07: gnu: emacs-smartparens: Update to 1.8.0., Alex Kost, 2016/10/08
- 06/07: gnu: emacs-hl-todo: Update to 1.7.1.,
Alex Kost <=
- 05/07: gnu: emacs-hl-todo: Fix source file-name., Alex Kost, 2016/10/08
- 02/07: gnu: geiser-next: Deprecate., Alex Kost, 2016/10/08