gnu: emacs-denote: Update to 3.0.6.

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

Change-Id: Ifa524109d7c6e56a8ce0d93afbae7eca35b5cd53
Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
Daniel Szmulewicz 2024-07-10 03:00:00 +03:00 committed by jgart
parent 46c6a27891
commit ad5b5ef8a3
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35

View File

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