gnu: emacs-hl-todo: Update to 3.0.0.
* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.0.0. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
		
							parent
							
								
									46ce12d0a3
								
							
						
					
					
						commit
						e77787ca91
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		|  | @ -4105,16 +4105,16 @@ regardless of @code{highlight-symbol-idle-delay}. | ||||||
| (define-public emacs-hl-todo | (define-public emacs-hl-todo | ||||||
|   (package |   (package | ||||||
|     (name "emacs-hl-todo") |     (name "emacs-hl-todo") | ||||||
|     (version "1.9.0") |     (version "3.0.0") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method git-fetch) | ||||||
|               (uri (string-append |               (uri (git-reference | ||||||
|                     "https://raw.githubusercontent.com/tarsius/hl-todo/" |                     (url "https://github.com/tarsius/hl-todo") | ||||||
|                     version "/hl-todo.el")) |                     (commit (string-append "v" version)))) | ||||||
|               (file-name (string-append "hl-todo-" version ".el")) |               (file-name (git-file-name name version)) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "0728givzh7xv5i88ac9if8byj1p8bilrj1fnizca10s0rv100hdr")))) |                 "07xcc04ivpl5sbgb55qz84mz6wa500h0awzw1zq1ba5mfjjq8hls")))) | ||||||
|     (build-system emacs-build-system) |     (build-system emacs-build-system) | ||||||
|     (home-page "https://github.com/tarsius/hl-todo") |     (home-page "https://github.com/tarsius/hl-todo") | ||||||
|     (synopsis "Emacs mode to highlight TODO and similar keywords") |     (synopsis "Emacs mode to highlight TODO and similar keywords") | ||||||
|  |  | ||||||
		Reference in a new issue