me
/
guix
Archived
1
0
Fork 0

gnu: emacs-hl-todo: Update to 3.6.0.

* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.6.0.
master
Nicolas Goaziou 2023-09-02 23:04:22 +02:00
parent 0585e5461a
commit 434c44786e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -11787,7 +11787,7 @@ between symbols.")
(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 @@ between symbols.")
(file-name (git-file-name name version))
(sha256
(base32
"1d9mkbd33zyx540ilp1vz8fgckvxv0qd2vyjgz11zh1qv1pfk8gh"))))
"1rq16zrdmq9j2jrsg136r5qbqvsgd2bkgpb2wmxca91kfx86r2qq"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))