mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
46c6a27891
commit
ad5b5ef8a3
1 changed files with 2 additions and 2 deletions
|
@ -17850,7 +17850,7 @@ (define-public emacs-log4e
|
|||
(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 @@ (define-public emacs-denote
|
|||
(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/")
|
||||
|
|
Loading…
Reference in a new issue