gnu: emacs-hl-todo: Fix source file-name.

* gnu/packages/emacs.scm (emacs-hl-todo)[source]: Use versioned
file-name.
This commit is contained in:
Alex Kost 2016-10-08 20:28:38 +03:00
parent 59c827f45f
commit 0e7c408995
No known key found for this signature in database
GPG Key ID: 82460C082A0EE98F
1 changed files with 1 additions and 0 deletions

View File

@ -2165,6 +2165,7 @@ well as completely new features.")
(uri (string-append
"https://raw.githubusercontent.com/tarsius/hl-todo/"
version "/hl-todo.el"))
(file-name (string-append "hl-todo-" version ".el"))
(sha256
(base32
"18zydm43zajlglhgr0bhdkd4pln27amd063k2ql6p1mvyam3j8ia"))))