This is an automated email from the git hooks/post-receive script.
jgart pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ad5b5ef8a3 gnu: emacs-denote: Update to 3.0.6.
ad5b5ef8a3 is described below
commit ad5b5ef8a34389830083ab2c77c4e8bf03a5e662
Author: Daniel Szmulewicz <[email protected]>
AuthorDate: Wed Jul 10 03:00:00 2024 +0300
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 <[email protected]>
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ae588f4913..08063b8021 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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/")