mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: emacs-hl-todo: Update to 3.9.1.
* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.9.1. Change-Id: I767ae135fa5b02670ef042caf294d022272fb0f1
This commit is contained in:
parent
58825a1ab4
commit
a0aeb03f70
1 changed files with 2 additions and 2 deletions
|
|
@ -15057,7 +15057,7 @@ between symbols.")
|
|||
(define-public emacs-hl-todo
|
||||
(package
|
||||
(name "emacs-hl-todo")
|
||||
(version "3.8.3")
|
||||
(version "3.9.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -15066,7 +15066,7 @@ between symbols.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0yhy29khisj8cr359d6f2x2zyfjcvvhyyg0kkkvifzqnzkkaa9v0"))))
|
||||
"1gzrlf151hbascalch8mar2l7ppgax7l6633ikw79g3ygf37fbrd"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; no tests
|
||||
(propagated-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue