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>
parent
46c6a27891
commit
ad5b5ef8a3
|
@ -17850,7 +17850,7 @@ you to deal with multiple log levels.")
|
|||
(define-public emacs-denote
|
||||
(package
|
||||
(name "emacs-denote")
|
||||
(version "2.3.5")
|
||||
(version "3.0.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -17859,7 +17859,7 @@ you to deal with multiple log levels.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "11rdmwdjaqzzrhnyidk02z2gd98qih8pnrc1vvbxvai50w8bdg2m"))))
|
||||
(base32 "0m5cdzk1mjcg5wrmgrgk165pwwgq3wjfcxzqs0xhrz6l033rsfwq"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs (list texinfo))
|
||||
(home-page "https://protesilaos.com/emacs/denote/")
|
||||
|
|
Reference in New Issue