gnu: emacs-denote: Update to 3.1.0.

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

Change-Id: Ic0c798b091eb9919666ce9791d370e2fe12f9c6f
This commit is contained in:
Nicolas Goaziou 2024-09-15 09:20:31 +02:00
parent 7c544d887c
commit 5492194c4b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18195,7 +18195,7 @@ you to deal with multiple log levels.")
(define-public emacs-denote
(package
(name "emacs-denote")
(version "3.0.8")
(version "3.1.0")
(source
(origin
(method git-fetch)
@ -18204,7 +18204,7 @@ you to deal with multiple log levels.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1lmnb20pw7fh6mpw5jg11m8z550w0xci63pi92mfgwn0p10wn7h9"))))
(base32 "0g9ciqgkipm6ag5nvyvaz0wc51hpk0wh2wwiqaybdfhzja8bbqx6"))))
(build-system emacs-build-system)
(native-inputs (list texinfo))
(home-page "https://protesilaos.com/emacs/denote/")