gnu: emacs-denote: Update to 2.3.5.

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

Change-Id: Ie316235ea36c332fb6adecc912d77026dc08e387
This commit is contained in:
Nicolas Goaziou 2024-06-18 16:03:32 +02:00
parent 88d21c9c0e
commit 754effe1c2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17730,7 +17730,7 @@ you to deal with multiple log levels.")
(define-public emacs-denote
(package
(name "emacs-denote")
(version "2.3.0")
(version "2.3.5")
(source
(origin
(method git-fetch)
@ -17739,7 +17739,7 @@ you to deal with multiple log levels.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "03bjnb7si0672ipqh77r6mjp09ryljzqrfy9kq6y9ghpnxwvma6q"))))
(base32 "11rdmwdjaqzzrhnyidk02z2gd98qih8pnrc1vvbxvai50w8bdg2m"))))
(build-system emacs-build-system)
(native-inputs (list texinfo))
(home-page "https://protesilaos.com/emacs/denote/")