me
/
guix
Archived
1
0
Fork 0

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>
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
1 changed files with 2 additions and 2 deletions

View File

@ -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/")