1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

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

* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.8.1.

Change-Id: Idc3872ef385036c35046776698e1fcfcb529598c
This commit is contained in:
Nicolas Goaziou 2024-08-19 21:45:15 +02:00
parent 8ec0045c11
commit ad0d1ddb82
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12962,7 +12962,7 @@ between symbols.")
(define-public emacs-hl-todo
(package
(name "emacs-hl-todo")
(version "3.8.0")
(version "3.8.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -12971,7 +12971,7 @@ between symbols.")
(file-name (git-file-name name version))
(sha256
(base32
"13qwh736srkrqiim1xpfkc5hjk1c77i9y6a71nv5iqaffykizkx0"))))
"00x17bcpdp7xa49jf2np77s8rxk6q8wb0rhfwmbg52z5y61gl7f8"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))