gnu: emacs-denote: Update to 3.0.8.

* gnu/packages/emacs-xyz.scm (emacs-denote): Update to 3.0.8.

Change-Id: I3ec53e4c7bb54720badd5e1e9799e4f4224321af
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Wilko Meyer 2024-08-13 11:38:52 +02:00 committed by Christopher Baines
parent eef6b2ea0b
commit ec58a4211c
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -17994,7 +17994,7 @@ (define-public emacs-log4e
(define-public emacs-denote
(package
(name "emacs-denote")
(version "3.0.7")
(version "3.0.8")
(source
(origin
(method git-fetch)
@ -18003,7 +18003,7 @@ (define-public emacs-denote
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0dq0djv5baz6pab6vf5p52yywxz91smpb9fqlx1hyzl3cvgs8aml"))))
(base32 "1lmnb20pw7fh6mpw5jg11m8z550w0xci63pi92mfgwn0p10wn7h9"))))
(build-system emacs-build-system)
(native-inputs (list texinfo))
(home-page "https://protesilaos.com/emacs/denote/")