mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: emacs-hl-todo: Update to 3.8.2.
* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.8.2. Change-Id: I834f0d8ad5e3e366b4ce5db81aa4bd81202a0085
This commit is contained in:
parent
3bd8c7759f
commit
b6c9ffc019
1 changed files with 2 additions and 2 deletions
|
@ -13684,7 +13684,7 @@ between symbols.")
|
|||
(define-public emacs-hl-todo
|
||||
(package
|
||||
(name "emacs-hl-todo")
|
||||
(version "3.8.1")
|
||||
(version "3.8.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -13693,7 +13693,7 @@ between symbols.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"00x17bcpdp7xa49jf2np77s8rxk6q8wb0rhfwmbg52z5y61gl7f8"))))
|
||||
"0py936brc7kwggzcxi8mdndpgphzrxdd3ig9hbjlccs9ihwq3hi4"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-compat))
|
||||
|
|
Loading…
Add table
Reference in a new issue