me
/
guix
Archived
1
0
Fork 0

gnu: emacs-denote: Update to 3.0.7.

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

Change-Id: I2242f0c9d40e1592996b2f4b04fae4a9c61624cf
master
Nicolas Goaziou 2024-07-21 16:33:31 +02:00
parent ea3a2a0634
commit b4f3bb565b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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