mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: emacs-hl-todo: Update to 3.6.0.
* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.6.0.
This commit is contained in:
parent
0585e5461a
commit
434c44786e
1 changed files with 2 additions and 2 deletions
|
@ -11787,7 +11787,7 @@ (define-public emacs-symbol-overlay
|
|||
(define-public emacs-hl-todo
|
||||
(package
|
||||
(name "emacs-hl-todo")
|
||||
(version "3.5.0")
|
||||
(version "3.6.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -11796,7 +11796,7 @@ (define-public emacs-hl-todo
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d9mkbd33zyx540ilp1vz8fgckvxv0qd2vyjgz11zh1qv1pfk8gh"))))
|
||||
"1rq16zrdmq9j2jrsg136r5qbqvsgd2bkgpb2wmxca91kfx86r2qq"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-compat))
|
||||
|
|
Loading…
Reference in a new issue