mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-denote: Update to 3.0.8.
* gnu/packages/emacs-xyz.scm (emacs-denote): Update to 3.0.8. Change-Id: I3ec53e4c7bb54720badd5e1e9799e4f4224321af Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
eef6b2ea0b
commit
ec58a4211c
1 changed files with 2 additions and 2 deletions
|
@ -17994,7 +17994,7 @@ (define-public emacs-log4e
|
|||
(define-public emacs-denote
|
||||
(package
|
||||
(name "emacs-denote")
|
||||
(version "3.0.7")
|
||||
(version "3.0.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -18003,7 +18003,7 @@ (define-public emacs-denote
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0dq0djv5baz6pab6vf5p52yywxz91smpb9fqlx1hyzl3cvgs8aml"))))
|
||||
(base32 "1lmnb20pw7fh6mpw5jg11m8z550w0xci63pi92mfgwn0p10wn7h9"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs (list texinfo))
|
||||
(home-page "https://protesilaos.com/emacs/denote/")
|
||||
|
|
Loading…
Reference in a new issue